Wait for all player in room loaded scene

Options
Hi,
I have got a lobby with a "ready-system". When every player is ready the masterclient goes to the game scene and all players are following him (sync scene). However how could I "stay" in a loading screen until all players have loaded the scene. Is there an async loading or something?

Thank you,
Greets

Comments

  • Hey there,
    I'd suggest to implement a secondary "waiting for other players" screen since it's also satisfying for people to know that their pc is faster than others.
    This screen can be blocking in your main scene.
    Everyone whofinishes initializing the main scene can then trigger an event to let all others know. Then have the gamemechanics start wenn everyone has finished loading.

    Should work as a workaround.
  • Jaudatus
    Options
    @Captain_Pineapple Hi there,
    this is exactly how I'm doing it now. Just want to now if there is another solution :)

    Greets