This repository was archived by the owner on May 9, 2023. It is now read-only.
CppExplorer 1.3
Changes
Performance improvements
- Lists and arrays are now collapsed by default, press the
v
button to expand them. - Added caching to scene explorer to improve performance a bit
- Added refresh rate limiting in some places where it's not critical
Bugfix
- Added error handling for a
TypeLoadException
which can occur when trying to useGetProperties
on Il2Cpp types with generic arguments.
Releases
- CppExplorer.1.3.zip for Unity versions which use
UnityEngine.InputLegacyModule.dll
- CppExplorer.1.3.Unity2018.zip for Unity versions which do not use the Legacy module and instead use
UnityEngine.InputModule.dll
To check for your game, look in the MelonLoader\Managed\
folder for one of the two DLLs.