Releases: EvaisaDev/UnityNetcodePatcher
Releases · EvaisaDev/UnityNetcodePatcher
NetcodePatcher-3.0.3
- Changed: The CLI functionality has been separated from the
NetcodePatcherproject intoNetcodePatcher.Cli- The CLI can be installed manually from GitHub releases, or automatically using
dotnet tool install -g Evaisa.NetcodePatcher.Cli - Files can now be provided as arguments, not only directories
- Multiple dependency paths can be provided
- More command-line options are available. Use the
--helpswitch to view them
- The CLI can be installed manually from GitHub releases, or automatically using
- Changed: Netcode source is now
git submoduled, which makes NetcodePatcher more future-proof - Added: A new
NetcodePatcher.MSBuildproject- Allows NetcodePatcher to be applied with minimal configuration, using only CSProj tags
- Added: CI/CD configuration for automatic builds and releases
NetcodePatcher-2.4.0
- Fixed issue where the Patcher did not patch assemblies if they did not have a class that derives from NetworkBehaviour directly
- Improved logging.
NetcodePatcher-2.3.0
- Fixed System.IO.IOException
- Original dlls are no longer deleted, but rather renamed to _original.dll
Thanks Verity for helping me figure this out <3
NetcodePatcher-2.2.0
- Files are now renamed before being patched, which should prevent file lock errors.
- New PDB files should now be generated after patching, which should match the patched assembly.
- Added check to prevent patch from running on the same assembly multiple times (Not sure why this happened.)
NetcodePatcher-2.1.1
- Blacklisted
ClientNetworkTransformto prevent an error with LethalCompany when patching assemblies.
NetcodePatcher-2.1.0
- INetworkSerializable support
- INetworkMessage support
- Better logging
NetcodePatcher-2.0.0
- Minor refactor
- Mainly a commandline tool now, see README for new instructions.
- Separated BepInEx patcher from main program.
NetcodePatcher-1.0.1
- Fix a few errors which were popping up.
- Start implementing a commandline version (unfinshed)
NetcodePatcher-1.0.0
CURRENTLY BROKEN