This repository was archived by the owner on May 9, 2023. It is now read-only.
UnityExplorer 3.2.0
General
- Fixed an issue where enums backed by types other than
int
would cause exceptions (eg,enum MyEnum : byte
). All enum types are now supported. - (IL2CPP) Blacklisted a
UnityEngine.Camera
method which was causing exceptions.
Mod loader support changes
Some small changes have been made to the mod loader support:
BepInEx
- BepInEx builds are now separated by the major BepInEx version, as a Mono BepInEx 6 build has been added. The v5 version will stay up indefinitely as not all games are going to upgrade to v6.
- The
ExplorerBepInPlugin
class was split intoExplorerBepIn5Plugin
andExplorerBepIn6Plugin
.
MelonLoader
- MelonLoader releases now require version 0.3 or greater. Version 0.3 is currently in pre-release, so make sure you opt in to alpha builds in your MelonLoader installer to update to version 0.3. If you want to run UnityExplorer with an older MelonLoader version then you must download an older UnityExplorer release.