Loading Different Scenes For Different Players

Options
I was wondering if it was possible to load players into different scenes. I can't seem to find an answer online and am confused about how to approach this.

Once players are in a lobby and the game starts, I want a certain player in the lobby to load a scene while another player loads a different scene.

Any help or direction/tutorials would greatly be appreciated.

Comments

  • JohnTube
    JohnTube ✭✭✭✭✭
    Options
    Hi @hlin37,

    Thank you for choosing Photon!

    This is possible yes but you lose PUN's feature that automatically sync the same level loading for all players via MasterClient which is a more common use case.
    So every player can load a different scene but you still need to be careful with the timing as explained here and here.