Skip to content

Commit 8b42887

Browse files
committed
2 parents 172d3fe + 1f16242 commit 8b42887

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# Unity Netcode Patcher
44
**This is an assembly patcher which replicates the IL Post Processing that unity does with it's Netcode For Gameobjects Package, allowing you to create custom NetworkBehaviours in mods as if you were doing it in a Unity project.**
55

6-
- This is somewhat experimental as it has not been tested properly yet.
76
- This was originally written for Lethal Company modding, and has only been tested with `com.unity.netcode.gameobjects@1.5.2`
87

98
*Note, this is intended to be a tool for modders, mods should be shipped after patching and this tool should not be installed by users.*
@@ -33,6 +32,8 @@
3332
}
3433
}
3534
```
35+
- Make you register any custom NetworkObject prefabs with the unity NetworkManager.
36+
- networkManager.GetComponent<NetworkManager>().AddNetworkPrefab(prefab);
3637

3738
## Usage from command line
3839

0 commit comments

Comments
 (0)