How could I check the player count of a certain session

in Fusion
How would I do this?
0
Answers
-
Hi,
If you're connected to a lobby and are looking at the session list received, you can use
SessionInfo.PlayerCount
. If you're connected to a session, you can useRunner.ActivePlayer
to receive a IEnumerable with all the current active players.-----
Isaac Augusto
Photon Fusion Team
0