Can I add a network prefab at runtime in Unity.Netcode?

Viewed 123
1 Answers

You can call AddNetworkPrefab on NetworkManager.Singleton.

It's been added as of v1.0.0 of the docs.

Related