SpawnablePrefabs
Last updated
Last updated
Fish-Networking uses a collection of prefabs to manage spawning of network objects across the network. Whenever you instantiate and an object on the server, FishNet will use the selected Spawnable Prefabs collection to find which object it is and to automatically instantiate and link the objects on all clients.
The Spawnable Prefabs collection can be set on your component.
The NetworkManager will automatically set the Spawnable Prefabs to an automatically managed asset if a custom one is not selected.