Hi there,
I'm curious as to what the main advantages would be for using one over the other and when should each of these be used. I could spawn an object using PhotonNetwork.Instantiate or I could just call a RPC that spawns that object for all clients locally. What's better and why?
I'm curious as to what the main advantages would be for using one over the other and when should each of these be used. I could spawn an object using PhotonNetwork.Instantiate or I could just call a RPC that spawns that object for all clients locally. What's better and why?