Using Photon Unity Networking, how can I instantiate a networked object over all clients at a predesignated frame? PhotonNetwork.Instantiate executes immediately after the data is received, removing the ability to sync the instantiations. My current idea is to instantiate all objects locally and manually set the Photonview component variables (owner, ID, etc.). Can this be done or are there better ways?
↧