NotImplementedException: The method or operation is not implemented.

Options

This error just came up when I tried creating a room! What could be the problem?


NotImplementedException: The method or operation is not implemented.
Photon.Pun.PhotonNetwork.SetLevelInPropsIfSynced (System.Object levelId) (at Assets/Photon/PhotonUnityNetworking/Code/PhotonNetworkPart.cs:2178)
Photon.Pun.PhotonHandler.OnCreatedRoom () (at Assets/Photon/PhotonUnityNetworking/Code/PhotonHandler.cs:229)
Photon.Realtime.MatchMakingCallbacksContainer.OnCreatedRoom () (at Assets/Photon/PhotonRealtime/Code/LoadBalancingClient.cs:4132)
Photon.Realtime.LoadBalancingClient.OnEvent (ExitGames.Client.Photon.EventData photonEvent) (at Assets/Photon/PhotonRealtime/Code/LoadBalancingClient.cs:3202)
ExitGames.Client.Photon.PeerBase.DeserializeMessageAndCallback (ExitGames.Client.Photon.StreamBuffer stream) (at D:/Dev/Work/photon-dotnet-sdk/PhotonDotNet/PeerBase.cs:898)
ExitGames.Client.Photon.EnetPeer.DispatchIncomingCommands () (at D:/Dev/Work/photon-dotnet-sdk/PhotonDotNet/EnetPeer.cs:565)
ExitGames.Client.Photon.PhotonPeer.DispatchIncomingCommands () (at D:/Dev/Work/photon-dotnet-sdk/PhotonDotNet/PhotonPeer.cs:1771)
Photon.Pun.PhotonHandler.Dispatch () (at Assets/Photon/PhotonUnityNetworking/Code/PhotonHandler.cs:221)
Photon.Pun.PhotonHandler.FixedUpdate () (at Assets/Photon/PhotonUnityNetworking/Code/PhotonHandler.cs:147)

Best Answer

  • shemtom
    shemtom
    Answer ✓
    Options

    I re-imported and updated Photon...it is back to normal

Answers