I use Unity.Netcode. I want to add prefabs via script. Can I do that? I found nothing in the manual.enter image description here
I use Unity.Netcode. I want to add prefabs via script. Can I do that? I found nothing in the manual.enter image description here
You can call AddNetworkPrefab on NetworkManager.Singleton.
It's been added as of v1.0.0 of the docs.