List all players in game.

Options
Is there a way to grab a list of every player in the game? PhotonNetwork.playerList seems to only work in your are in a room.

Edit: If this isn't possible is there a way to get a list of players in the Lobby?

Comments

  • vadim
    Options
    PhotonNetwork.playerList returns list of players in currently joined room.
    There is no way to get list of players for entire application or list of players in lobby.
    But if you know players names, you can request their statuses with PhotonNetwork::FindFriends call while client joined to lobby