Timing for RPCs and Loading Levels

Hello. In your MenuManager script, you use PhotonNetwork.LoadLevel(m_SceneName), which, following the documentation, suspends the message queue. Could you please tell me why I am getting the following error:

Failed to find a PhotonView with ID=17 for incoming OwnershipUpdate event (newOwnerActorNumber=1), sender=1. If you load scenes, make sure to pause the message queue.
UnityEngine.Debug:LogErrorFormat (string,object[])
 
Top