Scene object

Options
How to get event call for Scene object instantiated for non master client players.

Comments

  • Tobias
    Options
    A script on an instantiated object gets the callback, if the interface IPunInstantiateMagicCallback is implemented by that script.
    It does not matter if the object is a scene object or not, as long as it's PhotonNetwork.Instantiate() that creates it.