This repository has been archived by the owner on May 9, 2023. It is now read-only.
CppExplorer 1.5.6
Changes
- Added a fallback method for
GetRootSceneObjects
for games where this fails. - Fixed an issue where the
new Rect(Rect source)
constructor was failing in some games, using the normal ctor now. - Added special support for
Vector2
,Vector3
,Vector4
,Quaternion
,Color
andRect
structs in the reflection inspector to allow for easier editing. - Several improvements to GameObject Inspector, such as position/rotation freezing, local/global context, and an improved way to edit the transform values.
Edit: releases updated for 1.5.6 hotfix.
Releases
-
CppExplorer.1.5.6.zip for Unity 2019 and newer (uses
UnityEngine.InputLegacyModule.dll
) -
CppExplorer.1.5.6.Unity2018.zip for Unity 2018 and older (uses
UnityEngine.InputModule.dll
) -
CppExplorer.1.5.7.Unity2018.PRE-RELEASE.zip for testing a new GetRootSceneObjects manual fix.
To check for your game, look in the MelonLoader\Managed\
folder for one of the two DLLs, or check the MelonLoader console when you launch the game to see the Unity version.