Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Third Party Sync of scene objects in a multi-player using Photon pun

Discussion in 'Multiplayer' started by Mahe_SK, Dec 16, 2022.

  1. Mahe_SK

    Mahe_SK

    Joined:
    Aug 3, 2022
    Posts:
    2
    Hi, I am trying to build a simple multi player classroom application in which the player will grab some object in the scene and place at some other place. The grab and place functionality are working fine for player 1, and scene objects also syncing for all other players. But when the same operation is performed by player 2 or player 3... it is not syncing with other players. How to make any player in the room can interact with grabbable objects and that should reflect for all other players.
     
  2. bachus00

    bachus00

    Joined:
    Apr 15, 2022
    Posts:
    4
  3. Munchy2007

    Munchy2007

    Joined:
    Jun 16, 2013
    Posts:
    1,732
    Without any code to go on, my best guess is that you aren't transferring ownership to the player picking up the scene object.