Question by
cmenager · Sep 06, 2019 at 03:27 AM ·
instantiatenetworkspawnmethodbestpractices
Best method to spawn objects in network
Hi,
I might have missed something on how networking is working but I would like to know what are the differences and the best method to spawn objects over a network.
In a first hand, there is NetworkServer.Spawn to spawn an object on clients but in the other hand, why not use a ClientRpc to instantiate my object ?
Let me know if you need more infos. Thank you !
Comment