How do I adjust the Peer Room value??

Options

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)

Answers

  • Tobias
    Options

    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.