Search Unity

Third Party PUN- Master's scene activity Sync but Other player's activity not

Discussion in 'Multiplayer' started by Furkan_Gizil, Aug 18, 2021.

  1. Furkan_Gizil

    Furkan_Gizil

    Joined:
    Jun 21, 2021
    Posts:
    3
    Hello. Im developing a VR game at Unity 2021.1.12f1 with PUN 2.34.1 . Players can connect to room, enter to level, see each others movements, talk via PUN Voice 2. My problem is when master move a scene object it sync with other players scene but when other players do same activity its not sync with others and master. How can I fix this.
     
  2. tobiass

    tobiass

    Joined:
    Apr 7, 2009
    Posts:
    3,070
    It's usually the easiest approach to make each player instantiate their own character. Then the relevant player has control. You also need to make sure scripts apply the local input (key, mouse, controller) to the controlled character only.

    This is explained in detail in the PUN Basics Tutorial.