Skip to content

BepInEx.Utility r6

Compare
Choose a tag to compare
@ManlyMarco ManlyMarco released this 12 May 19:26
· 10 commits to master since this release

Changelog

  • 7967ac7 @ManlyMarco Added BepInEx.SuppressGetTypesErrorsPatcher - A patcher that hooks Assembly.GetTypes() and handles ReflectionTypeLoadException. Useful when game code is using Assembly.GetTypes() without handling the exception, and it crashes on plugin assemblies that have types that can't be loaded.
  • 3a08eab @ManlyMarco InputHotkeyBlock - Whitelist the Tab key from the filter
  • 1b21f88 @ManlyMarco InputHotkeyBlock - Prevent unnecessary GetComponent calls and make naming clearer