UnityNetcodePatcher
UnityNetcodePatcher copied to clipboard
An assembly patcher which replicates the ILPostProcessing step unity does in order to make NetworkBehaviours work
Is there any information on what needs to be done in order to get this patcher worker with an earlier version of Unity? Specifically, 2021.2.19. This is actually still related...
I am having issues running this specific command: netcode-patch --no-overwrite ".\Template\bin\Template.dll" "deps" [21:11:29 INF] Initializing NetcodePatcher v4.2.0+ad7150341ed4871f094b22bfb99ad0c831995bc1 [21:11:29 DBG] Provided 'plugins' input: .\Template\bin\Template.dll [21:11:29 DBG] Provided 'dependencies' input: ["deps"] [21:11:29...
This PR tries to minimize dependencies needing to be shipped to reduce the size of the nupkg. I'd like to highlight that: - `DiaSymReader` isn't needed (anymore), which alleviates the...
Folowing the modding wiki and the latest version of Netcode patcher, I'm trying to implement my network functions. But an error occured when I was trying to spawn a NetworkObject....
idk how i would go about doing this tbh