Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

photon

// #Critical: we failed to join a random room, maybe none exists or they are all full. No worries, we create a new room.
PhotonNetwork.CreateRoom(null, new RoomOptions { MaxPlayers = maxPlayersPerRoom });
Source by doc.photonengine.com #
 
PREVIOUS NEXT
Tagged: #photon
ADD COMMENT
Topic
Name
3+8 =