OnPhotonSerializeView() is not called for map objects

Options
develax
develax ✭✭
If an object is created with the PhotonNetwork.Instantiate method then it works just fine. But if the object is created in Editor the PhotonNetwork.Instantiate method is never called for it. Is it by design? If so is there a way to make it work for the map objects as well?

Comments

  • develax
    Options
    Finally, it worked! I guess because prefabs were in the wrong folder.