- Home /
Unity 2D game server synchronisation
I made a little 2D multiplayer shooter game in Unity and I have a problem.. It doesn't synchronise well. One client is running the server and the other is just connecting to it and so, the information I send is automatically slower to client. I would like to make a separate server to connect both players without any of them having the actual server so the delay would be the same for both players. How can I do that? A simple tutorial / any advices pls?
it's actually very simple if already configured right. make sure you're able to run an instance of your game in server, not host mode.them, run both clients as clients and connect them both to the server.
Your answer

Follow this Question
Related Questions
Having issues with Creating GameObject through the class 1 Answer
PUN 2, Player A not seeing Player B's hat 0 Answers
Unity 2D - Pivot points based on slice, not on original texture. 0 Answers
Camera Effects for 2d 0 Answers
Unity 4.3, generate 2d mesh 2 Answers