Real Time player transformation

hi, now i do project multiplayer game using photon and i have problem about player transformation. the case is sometimes player character move very slowly on another player views, what should i do to make player tranformation can actually realtime as it's should


Answers

  • Check if your PhotonView is set to sync "Unreliable on change" or "Unreliable". Check your roundtrip times and in doubt, the region you connected to.