This repository has been archived by the owner on May 9, 2023. It is now read-only.
CppExplorer 1.3.1
Changes
Feature
- Added ability to cycle through "pages" when viewing lists/arrays, and with search results. This allows us to see all of the elements instead of just cutting them off at the display limit.
Misc
- Restructured some things behind the scenes, various cleanups
- Improved some menu labels and descriptions.
- The
src_2018
project is now a 1:1 copy of the main project, the only difference is which InputModule.dll is referenced.
Releases
- CppExplorer.1.3.1.zip for Unity versions which use
UnityEngine.InputLegacyModule.dll
- CppExplorer.1.3.1.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.