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"
Asked Answered
T

3

0

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:

Tights answered 28/9, 2023 at 13:54 Comment(0)
L
0

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

Lenni answered 25/3, 2022 at 15:19 Comment(0)
C
0

Did anyone got the solution for this???

Conoid answered 28/9, 2023 at 5:6 Comment(0)
C
0

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

Conoid answered 10/5 at 17:0 Comment(2)

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

Atheistic

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

Esoterica

© 2022 - 2024 — McMap. All rights reserved.