I have set up a very simple 1st person, multiplayer game. I tested it out with my friend and we were both able
to join the same room but we both simultaneously controlling each other’s character. Is there a way to fix this so we only control 1 character each?
You need to disable the player prefabs character controller, then enable it when it is instantiated.