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:
I did that and suprisingly working, 1 or 2 hour and the solution is that simple make me lost my mind
– AtheisticDo you delay the instantiation of all the players? or the master client?
– Esoterica