How do I adjust the Peer Room value??
The whole answer can be found below.
Try Our
Documentation
Please check if you can find an answer in our extensive documentation on PUN.
Join Us
on Discord
Meet and talk to our staff and the entire Photon-Community via Discord.
Read More on
Stack Overflow
Find more information on Stack Overflow (for Circle members only).
How do I adjust the Peer Room value??
Ben0805
2023-04-20 04:42:41
Hi everyone, I would like to ask that I was still using it normally yesterday, but when I want to continue developing the system today, this problem suddenly appeared, how should I solve it?
Operation failed: OperationResponse 226: ReturnCode: -2 (Max Players Peer Room value is too big. value:100. limit:20). Parameters: {} Server: GameServer
UnityEngine.Debug:LogError(Object)
NetworkingPeer:OnOperationResponse(OperationResponse) (at Assets/PhotonPun+/Photon Unity Networking/Plugins/PhotonNetwork/NetworkingPeer.cs:1534)
ExitGames.Client.Photon.PeerBase:DeserializeMessageAndCallback(Byte[])
ExitGames.Client.Photon.EnetPeer:DispatchIncomingCommands()
ExitGames.Client.Photon.PhotonPeer:DispatchIncomingCommands()
PhotonHandler:Update() (at Assets/PhotonPun+/Photon Unity Networking/Plugins/PhotonNetwork/PhotonHandler.cs:157)
Comments
A 20 CCU subscription can no longer have MaxPlayers above 20. Also, setting 0 is not allowed anymore.
We needed to cap this due to abuse.
Back to top