Skip to content

Releases: BepInEx/BepInEx.Utility

BepInEx.Utility r8

08 Mar 16:58
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: r7...r8

BepInEx.Utility r7

24 May 17:17
Compare
Choose a tag to compare

Changelog

  • f1a40ff @ManlyMarco Added BepInEx.CatchUnityEventExceptions - Makes sure all event handlers subscribed to commonly used UnityEngine events are executed, even if some of them crash.

BepInEx.Utility r6

12 May 19:26
Compare
Choose a tag to compare

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

BepInEx.Utility r5

08 Oct 22:59
60757a1
Compare
Choose a tag to compare

Changelog

  • Added BepInEx.OptimizeIMGUI (reduces allocations made by IMGUI)
  • Fixed unnecessary allocations in Message Center

BepInEx.Utility r4

02 Aug 07:16
ae535da
Compare
Choose a tag to compare

Changelog

  • Added EnableFullScreenToggle
  • Added InputHotkeyBlock

InputHotkeyBlock

BepInEx.Utility r3

15 Jul 00:13
Compare
Choose a tag to compare

Changelog

MuteInBackground

  • Fixed an error on startup

EnableResize

BepInEx.Utility r2

26 Jun 20:39
807632f
Compare
Choose a tag to compare

Changelog

  • Added MuteInBackground

BepInEx.Utility r1

29 Sep 20:09
72c110c
Compare
Choose a tag to compare

This is the first release after the project was split from BepisPlugins.

Warning: A build of BepInEx 5 from at least 26/09/2019 is required for this version to work. Older builds, including RC1, will NOT work.