LobbyPlayerList

Options
Hi,

if there is a way to display the players list along with the room list in lobby scene.

Thanks in Advance.

Comments

  • Tobias
    Options
    We don't recommend showing all players or all rooms on a client. When your game is more popular, there will be thousands and it will be a lot of wasteful data usage.

    Let us know what you want to achieve.
  • I want to develop a application which consist of 4 different photon rooms in Lobby scene.

    When new Player Enter into the lobby scene it will show Players list in each room
    then click the corresponding room then player will be join to that room.

    let me know if there is a solution for this.

    Thanks in Advance.


  • Hi @Tobias Let me Know there is a solution for this.
  • JohnTube
    JohnTube ✭✭✭✭✭
    Options
    Hi @SaravanaPerumal,

    As @Tobias suggested: we usually recommend against what you are trying to do.
    Not only we want to move away from rooms listing and offer quick matchmaking instead, we also do not support players listing in the lobby out of the box anyway.

    The only way to expose players in the lobby is through lobby properties and it's an ugly hack.
  • Ok Thank for Your Reply