Photon View Issue : View ID 0 / Controller [0] <null> / Owner [0] <null> / Creator [0] <null>

Options
Hello !

I have an issue with the photonView component. Everything is good for the master, but the other players have these parameters for the component :

View ID : 0
IsMine : False
Controller: [o] <null>
Owner : [0] <null>
Creator: [0] <null>

This happen only on photon view that are a child of another photonView.

Example hierarchy :

- ObjA with PhotonView works fine
- child ObjA.1 with PhotonView doesn't work


I tried to manually allocate a view ID but this doesnt work.

Thanks in advance,


Comments

  • Tobias
    Options
    Did you update to PUN v2.29 already?
  • infrar
    Options

    You likely didn't instantiate the object on the PhotonNetwork.

    Make sure it's "PhotonNetwork.Instantiate()" and not just "Instantiate()" and make sure you use the prefab name.