We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99cf9b9 commit 1f16242Copy full SHA for 1f16242
README.md
@@ -32,6 +32,8 @@
32
}
33
34
```
35
+ - Make you register any custom NetworkObject prefabs with the unity NetworkManager.
36
+ - networkManager.GetComponent<NetworkManager>().AddNetworkPrefab(prefab);
37
38
## Usage from command line
39
0 commit comments