This repository has been archived by the owner on May 9, 2023. It is now read-only.
CppExplorer 1.5.8
Changes
- Fixed a bug where the Page Helper would not update the total page count after changing the limit per page
- Cleaned up the "Find Instances" helper, it will now filter out all types in the
System
,Mono
,Il2CppSystem
andIced
namespaces. - Improved the Find Instances helper so that it will avoid exceptions and get more results.
- Enums now display their value type name
- Changed the Scroll View unstrip so that it is less hard-coded for different unity versions and more dynamic.
Releases
- CppExplorer.1.5.8.zip for Unity 2019 and newer (uses
UnityEngine.InputLegacyModule.dll
) - CppExplorer.1.5.8.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.