Photon Problem has Stopped me: "Received OnSerialization for view ID 2001. We have no such PhotonView! Ignored this if you're leaving a room. State: Joined"

Hello Photon,

I have been frustrated about a problem in which when loading players is scene, it doesn’t display them, I can only see the players by their character models that are used to display them, please, I need your help.

The Error Code is this: "Received OnSerialization for view ID 2001. We have no such PhotonView! Ignored this if you're leaving a room. State: Joined"
This is a common error and I cant even solve this, please if you have an answer leave it here, Thanks.

The Code for Instantiating the Player:

GameObject body = PhotonNetwork.Instantiate("Player", vect, UnityEngine.Quaternion.identity);

A Picture that shows that the other player’s character model is left, not the whole Player GameObject:

3 Answers

3

Found the solution for this, just delay the instantiation. For me its working

I did that and suprisingly working, 1 or 2 hour and the solution is that simple make me lost my mind

Do you delay the instantiation of all the players? or the master client?

+1
I need help too,I have the same problem @fendergame

Did anyone got the solution for this???