Players Count not update when client join in room

Options
Im using PhotonNetwork.CountOfPlayersInRooms to check after client joined in room and i get 0
Debug.Log(PhotonNetwork.CountOfPlayersInRooms.ToString());

Comments