How could I check the player count of a certain session

How would I do this?

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 use Runner.ActivePlayer to receive a IEnumerable with all the current active players.

    -----

    Isaac Augusto

    Photon Fusion Team