Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

UnityExplorer 4.5.7

Compare
Choose a tag to compare
@sinai-dev sinai-dev released this 03 Mar 13:29
· 186 commits to master since this release
  • Added keybinds in the options to begin a Mouse Inspect, there are separate keybinds for World and UI mouse inspect modes.
  • Improved IL2CPP generic type detection and casting - bound generic types should now be identified and casted to correctly (in UniverseLib)
  • Fixed an issue where a scene could be unloaded but UnityExplorer would not correctly trigger an OnLoadedScenesChanged for some reason. Now we are not bothering to check for any changes and just always update our scene list every time.
  • Fixed an issue where Unity could crash if the value of Canvas.renderingDisplaySize was checked on a Canvas with RenderMode.WorldSpace and no Canvas.WorldCamera set.
  • The current runtime context (Mono or IL2CPP) is now included in the startup log.
  • Updated mod loader references, now using new MelonMod.LoggerInstance for MelonLoader logging.