New players can't see the other players

Options
Hello

I have a very simple problem.
I used the search function and read the documentation, but I can't find the answer.

Player1 create the room.
Player2 join.
Player3 join.

The problem is: Player1 can see player 2 & 3. Player2 can only see Player3 and Player3 is "alone" in the room.
The existing players are not updated with new players.

I use Unity & Photon Cloud.

Can somebody give me a hint, please?

Comments

  • vampir26
    Options
    Hi

    I found the answer to my question.

    I replaced Application.LoadLevel() with PhotonNetwork.LoadLevel() in the OnJoinedRoom() function.

    Have a GREAT day!
    vampir26