This repository was archived by the owner on May 9, 2023. It is now read-only.
CppExplorer 1.4.0
Changes
Reflection Window
- Greatly improved performance on the Reflection Window using the new
CacheObject
classes, instead of the oldMemberInfoHolder
classes. - Resulting code is also much easier to read.
- Added pages to the Reflection Window as well to further improve performance, it is now limited to 20 members per page.
Releases
- CppExplorer.1.4.0.zip for Unity versions which use
UnityEngine.InputLegacyModule.dll
- CppExplorer.1.4.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.