Problems synchronizing players

Options
Hi, I followed the PUN Basics Tutorials and set my player PhotonView components in the same way, but they does not sync correctly, (bad position and bad rotation) even when they are not moving, they keep bouncing up and down on the other screen...

Comments

  • develec
    Options
    up
  • Hi @develec,

    [...] even when they are not moving, they keep bouncing up and down on the other screen...


    This might be an indicator of incorrect input handling, so please check, if you have a if (photonView.isMine) condition in the source code before handling the player's input.