PUN Basics Tutorial not working

Options
Hi, I got troubles with the tutorial. When I test the first part of the tutoril Im getting the next error:

Operation failed: OperationResponse 225: ReturnCode: 32760 (No match found). Parameters: {}
UnityEngine.Debug:LogWarning(Object)
NetworkingPeer:OnOperationResponse(OperationResponse) (at Assets/Photon Unity Networking/Plugins/PhotonNetwork/NetworkingPeer.cs:1528)
ExitGames.Client.Photon.PeerBase:DeserializeMessageAndCallback(Byte[])
ExitGames.Client.Photon.EnetPeer:DispatchIncomingCommands()

How can I solve this or why its happening?

Comments

  • Tobias
    Options
    This should be covered in the tutorial itself. In best case.
    It's normal that you won't find a room, when there is none (yet). The log is just for info. You need to handle the case and create a room, which you surely do by now.