Skip to content

Releases: EvaisaDev/UnityNetcodePatcher

NetcodePatcher-3.0.3

07 Jan 21:13
d23b964

Choose a tag to compare

  • Changed: The CLI functionality has been separated from the NetcodePatcher project into NetcodePatcher.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 --help switch to view them
  • Changed: Netcode source is now git submoduled, which makes NetcodePatcher more future-proof
  • Added: A new NetcodePatcher.MSBuild project
    • 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

10 Dec 20:13
1f16242

Choose a tag to compare

  • 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

08 Dec 21:41

Choose a tag to compare

  • 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

08 Dec 13:40
6614a76

Choose a tag to compare

  • 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

05 Dec 17:59
ab02cb5

Choose a tag to compare

  • Blacklisted ClientNetworkTransform to prevent an error with LethalCompany when patching assemblies.

NetcodePatcher-2.1.0

29 Nov 16:09

Choose a tag to compare

  • INetworkSerializable support
  • INetworkMessage support
  • Better logging

NetcodePatcher-2.0.0

19 Nov 17:37
de740f9

Choose a tag to compare

  • Minor refactor
  • Mainly a commandline tool now, see README for new instructions.
  • Separated BepInEx patcher from main program.

NetcodePatcher-1.0.1

19 Nov 14:51

Choose a tag to compare

  • Fix a few errors which were popping up.
  • Start implementing a commandline version (unfinshed)

NetcodePatcher-1.0.0

18 Nov 18:25

Choose a tag to compare

CURRENTLY BROKEN