Problem!

I decided to create an online game in unity3d. When I had finished it, started test.
Problem: Players move simultaneously (Press w, move you and the other player)
Help! I used the standard First Person Controller.

Make sure that you have logic in your scripts to prevent the objects that you do not own from moving in your updates

newtworkView.IsMine: Unity - Scripting API: NetworkView.isMine

:slight_smile: