OnPhotonInstantiate(PhotonMessage info) not working

Options
When I call OnPhotonInstantiate, it works. However when i try to do "info.photonView", it always comes up as "null".
Please help

Best Answer

Answers

  • Cakes
    Options
    This doesn't answer why it is returning null. In my case, I would like to get the specific gameObject to store as a reference in the newly instantiated object, but it is saying "info.photonView" is null. Any help would be greatly appreciated.