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.
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.