This repository has been archived by the owner on May 9, 2023. It is now read-only.
CppExplorer 1.5.4
Changes
- Implemented manual unstripping for some UnityEngine.GUI methods. This should address the unstripping error (blank menu) for games experiencing that problem. Should allow scrolling and resize-drag for most (if not all) games running Unity 2018 or 2019. Note: Mouse wheel scroll may not work still.
- Fixed a bug with page view on the Scene Explorer.
- Back-end cleanups.
Releases
- CppExplorer.1.5.4.zip for Unity 2019 and newer (uses
UnityEngine.InputLegacyModule.dll
) - CppExplorer.1.5.4.Unity2018.zip for Unity 2018 and older (uses
UnityEngine.InputModule.dll
)
To check for your game, look in the MelonLoader\Managed\
folder for one of the two DLLs, or check the MelonLoader console when you launch the game to see the Unity version.