This repository has been archived by the owner on May 9, 2023. It is now read-only.
CppExplorer 1.5.0
Changes
Reflection Inspector
- Implemented better syntax highlighting for member names, using VS / dnSpy style
- Methods now display their argument names as part of their display name
- Added support for Il2Cpp
IList
objects - Improved support for Lists and Arrays in general, they should now work better and display the actual type for each entry
- Improved parsing of primitive values, it now always uses the correct type for the member instead of trying to promote/demote types
Other
- Fixed a bug with the Scene Explorer Search
Releases
- CppExplorer.1.5.0.zip for Unity versions which use
UnityEngine.InputLegacyModule.dll
- CppExplorer.1.5.0.Unity2018.zip for Unity versions which use
UnityEngine.InputModule.dll
To check for your game, look in the MelonLoader\Managed\
folder for one of the two DLLs.