mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
Fixed correct package
This commit is contained in:
parent
6c25b7aa37
commit
fff0fe7e00
@ -11,9 +11,9 @@ Get Mirror from the asset store and import it in your project (link to be provid
|
||||
|
||||
## 3) Replace namespace ##
|
||||
|
||||
Replace `Unity.Networking` for `Mirror` everywhere in your project. So for example, if you have this:
|
||||
Replace `UnityEngine.Networking` for `Mirror` everywhere in your project. So for example, if you have this:
|
||||
```
|
||||
using Unity.Networking;
|
||||
using UnityEngine.Networking;
|
||||
|
||||
public class Player : NetworkBehaviour {
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user