Hi Community,
I am new to Multiplayer. I did Tutorials that I could find. Most of them with the Beta of Unet ( I use Unity 5.2. All works so far. I have a connection and players can join. But I still have the problem that sometimes, if one player moves the others do the same. Or you have the same camera and theview is flickering between the different player views.
I did research, but didnt find a solution so far.
Is there a hint that you can give me? Something I can read or a could sample. It has to be First Person. I want to understand it.
I did delete the players from scene and my prefab players has deactivated camera and player controls. And I have script that starts both (3…I forgot the AudioListener) if a new player spawns.
- I still have the Error, that more then one AudioListener is in the Scene. Is there something in Unet. Is everything becoming an ID, or how is the trick?
Please, how is the best way to solve it? I can think of a counter somehow( palyer1, player2 and so on). Whats the technik?
Thanks,
Ralf