Photon VR

Options
Hello everyone,
I am doing a multiplayer VR in Unity, I have been able to get most of the stuff correct, however whenever a second player joins, the second player's teleportation is messed up. Whenever it points at a floor and teleports, it moves the character, but not the camera. I use the same prefab from Resources folder to instantiate players, the first player works quite fine however the second player is always messed up. Is there anyone who can help me with this?

Comments

  • Malace
    Options
    Quick question. Are you spawning a camera for each player?
    is it built into the player prefab? or does it sit in the scene before the players arrive?
  • Edgelesslake
    Options
    Malace said:

    Quick question. Are you spawning a camera for each player?
    is it built into the player prefab? or does it sit in the scene before the players arrive?

    It is built into the player prefab
  • miera
    Options
    @Edgelesslake can i know how you code to make sure the second player can be spawn ? because i cant figured out how to spawn the second player.