This repository has been archived by the owner on May 9, 2023. It is now read-only.
CppExplorer 1.5.2
Changes
- Added ability to force Reflection Inspector for GameObjects and Transforms if you hold Left Shift while clicking the Inspect button
- Fixed a bug causing duplicate windows to open when you inspect Transforms, the current active window will now be focused. Note: does not apply if you hold Left Shift for forced reflection.
- Added page view to GameObject Inspector Children and Component lists
- Made a generic Page Handler helper class, replaced all page view implementations with the helper (no real change for users but should make things easier to maintain in the future, and they were basically all copy+pastes).
Releases
- CppExplorer.1.5.2.zip for Unity versions which use
UnityEngine.InputLegacyModule.dll
- CppExplorer.1.5.2.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.