Teleport VR

Options
Hello, i am trying to do teleportation in my multiplayer games. If there is one player in the room, the player are able to teleport. However, when there are multiple player in the room, the player cannot teleport. They just static at their place. Anyone know how to fix this ?
I am using HTC vive for my project.

Comments

  • JohnTube
    JohnTube ✭✭✭✭✭
    Options
    Hi @miera,

    How are you instantiating players?
    How are you synchronizing their positions?
  • miera
    Options
    I am using PhotonNetwork.Instantiate to spawn my player both for local and remote player.

    For the position, I used photon transform view to synchronizing the player.