Releases: BepInEx/BepInEx.Utility
Releases · BepInEx/BepInEx.Utility
BepInEx.Utility r9
What's Changed
- New plugin: IMGUITextCursorFix by @Keelhauled in #7
This plugin addresses a bug present in certain Unity versions, starting around version 2019, which locks the IMGUI text box position at the beginning, preventing the cursor from being visible when the text exceeds the display area.
- [MessageCenter] Replace calls to obsolete members with updated ones in a8a1bba
New Contributors
- @Keelhauled made their first contribution in #7
Full Changelog: r8...r9
BepInEx.Utility r8
What's Changed
- Fix local build & Add github action CI by @hanabi1224 in #1
- EnableResize Overhaul by @SpockBauru in #4
- [EnableResize] Better detection method of the window being non-resizable by @SpockBauru in #5
- c13ed45 @ManlyMarco Added BepInEx.ResourceUnloadOptimizations
New Contributors
- @hanabi1224 made their first contribution in #1
- @SpockBauru made their first contribution in #4
Full Changelog: r7...r8
BepInEx.Utility r7
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
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
Changelog
- Added BepInEx.OptimizeIMGUI (reduces allocations made by IMGUI)
- Fixed unnecessary allocations in Message Center
BepInEx.Utility r4
Changelog
- Added EnableFullScreenToggle
- Added InputHotkeyBlock
InputHotkeyBlock
- Moved project from https://github.com/DeathWeasel1337/KK_Plugins
- Check for the TextMeshPro InputField type to avoid an explicit dependency
BepInEx.Utility r3
Changelog
MuteInBackground
- Fixed an error on startup
EnableResize
- Moved project from https://github.com/IllusionMods/EnableResize
- Added a config option to enable resize, disabled by default
BepInEx.Utility r2
Changelog
- Added MuteInBackground
BepInEx.Utility r1
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.