Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

Trying to get players to load into the scene at the same time

Discussion in 'Multiplayer' started by MaerkMay, Jul 2, 2022.

  1. MaerkMay

    MaerkMay

    Joined:
    Apr 12, 2022
    Posts:
    1
    I'm using Photon PUN 2 for multiplayer, still relatively new to unity and photon, and I can't find anything about this online.
    I want to tell the other players to wait until everyone is loaded before moving into the scene, I've been told that photon does this already by using "PhotonNetwork.automaticallySyncScene = true", but whenever I test it out, it just doesn't work.
    I don't even know if that's possible but again, I'm really new to this, and it's worth a shot to make a post.