How do I get all players to join the game scene at the same time?

Options

I'm new to unity and PUN2, and for some reason I can't find anything about this online.

I needed all players to wait until everyone has loaded the game scene so the game can start, I've tried using "Photonnetwork.AutomaticallySyncScene" but it just doesn't work, any suggestions?

Answers

  • Alejandrazo
    Options

    Take a look to "Pun Asteroids Demo" scripts, it does what you are looking for, to load all players at same time.