Update Migration.md

This commit is contained in:
MrGadget 2019-11-19 09:35:58 -05:00 committed by vis2k
parent e7b6a52cbb
commit 24037b8803

View File

@ -47,7 +47,7 @@ public class Player : NetworkBehaviour
At this point, you might get some compilation errors. Don't panic, these are easy to fix. Keep going...
### 4. Remove NetworkSettings
### 4. Replace playerController with identity
Replace references to 'NetworkConnection.playerController` with `NetworkConnection.identity`. Click [here](PlayerControllerToIdentity.md) for guidance.