- Home /
Photon Bootcamp Multiplayer Demo Room Details... max. Players = 2 ???
Hello. I have downloaded the bootcamp multiplayer demo from photon. Everything works great But there is 1 problem. Is it normal that the number of maximum players in one room is 2 ??? I thought that 16 players can join one room together but in my project the number of macimum players per room is 2 .. WHY? Is this changable? I want 8 Players per room and not only 2 ... Where can I change this? PLEASE HELP :)
Answer by tobiass · Jul 31, 2012 at 02:02 PM
In Photon, the clients setup a room's maxplayer value when they create it, so you can change it easily. The networking method used is called OpCreateRoom. In the Bootcamp Multiplayer Demo, you find it's use in usePhoton.cs line 298. Exchange the 2 with another number (or better: make it a variable).
Note: If 8 or more players can be active in a single room depends more on the messages per second and their size. It's not a fixed max value but bandwidth and network reliability will limit this.
Your answer
Follow this Question
Related Questions
Multiplayer Bootcamp demo fire animation 1 Answer
Photon Bootcamp Demo 1 Answer
Bootcamp Multiplayer error photon 0 Answers
Bootcamp particles 0 Answers
Unity networking tutorial? 6 Answers