In unity, how to you check the amount of players in a room in Photon Pun?
I’m trying to make a multiplayer, and I have attempted to check how many players are in a room. I need it to be an int, not a string; I want to delay the start of the match until there is at least 4 players.