Photon Multiplayer : position of client player is not getting synchronized.
Hello,
I am developing my First Photon Multiplayer Game.
Game Play :
My Game is Physics based Turn by turn Multiplayer game which is similarly to the Carrom Board and striker.
Initially First Player(Master) swipes the striker its position is synchronized with other players. After few seconds now turn of second player(Client). When Second player swipe the striker, its position is synchronized with other players
I have one GameObject(striker) with the following scripts attached to It :
SpriteRenderer
PhotonView
Swipe_Script <-- that is for swiping the Object.
Also there are two scripts which will attached to player who getting his turn to swipe. Those two scripts are :
CircleCollider2D
Rigidbody2D
Issue currently I am facing :
When Master player swipes striker, its position is synchorised with other player. However, when client player swipes striker, its position is not getting synchronized with other player.
Can anyone help me to this issue?
Regards,
Darshan M.
Your answer
Follow this Question
Related Questions
Match making in Photon 0 Answers
[SOLVED] PhotonNetwork.Instantiate cannot spawn players 0 Answers
So I am trying to get a multiplayer system working. 0 Answers
Unity Photon Next Step? 0 Answers