Is it possible to get the list of players in Lobby

Options
Hi guys

Quick question, is there any way to obtain the full list of online players at the Lobby ??, if I use PhotonNetwork.playerList I got an empty list because no one is in a room yet.


thanks in advance.

Comments

  • Tobias
    Options
    Quick answer: No.
    If you look for someone in particular, then use FindFriends.
    Otherwise, we don't want to sync long lists of names. They would be practically random to most players and saving the bandwidth for that makes things less pricy and more stable.