You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,6 @@
15
15
3. Move contents of `GameFolder/GameName_Data/Managed` into `NetcodePatcher/deps`
16
16
17
17
## Preparing mods for patching
18
-
- Mods must be built against .net standard 2.1 in order for this tool to work.
19
18
- Make sure Debug Symbols is set to `Portable` and not embedded.
20
19
- To ensure that the patched NetworkBehaviours are initialized properly, add the following code snippet to your mod, in a place where it will only run once, such as `Awake()`
21
20
- **It is very important that it only runs once!**
0 commit comments