- Home /
Synching Problem of players in multiplayer 2D game.
I want to make 2dGame which is something similar to "funrun",I have started it and use Photon plugins for multiplayer, The all the Players are connected in network,but their position while running is not properly synched in all networked devices.So please tell me any reference for this . And also give me some reference links for tutorials for MultiPlayer which helps me to learn from scratch.
Answer by sarthakshah · Sep 30, 2014 at 08:50 AM
Because of lot of data to be send over network, it causes problem, so it is better to send minimum data, and sync position in fixedupdate if using physics.
If have better solution , then just share it...
Cheers...
Your answer
Follow this Question
Related Questions
Multiplayer Position Sychronization problem in unity2d 1 Answer
Unity networking tutorial? 6 Answers
Player Smoothness across network (PUN) 0 Answers
Spawn players in unique places (Photon networking) Object sync problem for entering players. 0 Answers
Assemblies not found, Zenfone & Photon Multiplayer. 0 Answers