Accessing a Player by his Actor number

Hallo.
Could someone please make a simple example how to access a player in a room by his Actor number.
I need to check if a Player has left the room.
I was trying something like....
if (PhotonNetwork.PlayerList.ActorNumber[1] == null) { then }
Thanks a lot.

Best Answers

  • Paladin83
    Paladin83
    Answer ✓
    Thanks a lot.

Answers

  • Paladin83
    Paladin83
    Answer ✓
    Thanks a lot.