Change room capacity

BallzOfSteel
edited November 2011 in DotNet
Hey guys,
maybe this is a noobish question but can i actually adjust the amount of players that can be in a game room at once? Since its now on only 4.

i tried to adjust maxPlayers in the Room script (on runtime).

any help would be greatly appreciated.

Comments

  • Only the Loadbalancing application offers this setting at all. This is what the cloud is running. Lite will let in anyone you like.
    It can be set by the client when you create a game. In Photon Unity Networking, you would set it in the CreateRoom call.

    If you can't find it, let us know which client you are using.