Late room joining

Options

How would I make it so when a player joins the room the other players are loaded in. On the masterclient this works, but the other client who connects when the room is already created will only see thierselfs?

Best Answer

  • Tobias
    Tobias admin
    Answer ✓
    Options

    If you use PhotonNetwork.Instantiate to create objects per player, joining clients will see those.

    If they don't, check the console log. Maybe there are errors.

Answers

  • Tobias
    Tobias admin
    Answer ✓
    Options

    If you use PhotonNetwork.Instantiate to create objects per player, joining clients will see those.

    If they don't, check the console log. Maybe there are errors.