How To Make Photon Match making works like this picture ?

Options
as u can see in this picture
this kind of random matchmaking i want to do in my game
all players name appear to you before creating and joining the room
how to do that ?
https://ibb.co/nLS6u6

Comments

  • Hi @MostafaYahia,

    you can't do that outside of a room, you have to (create and) join one first. When you are inside the room, you can use PhotonNetwork.playerList for example, to get the names of each client who has joined the same room. If the room has empty slots, just replace them with some 'searching' or 'waiting for other player' visualization.