This repository has been archived by the owner on May 9, 2023. It is now read-only.
CppExplorer 1.5.7
Changes
- More fixes for failed unstripping, should fix most issues in Audica and other games
- If
GetRootSceneObjects
fails and we fall back to the manual implementation, the auto-update for root scene objects will be disabled. Instead, there will be a button to press to update the list. Transform
s are now listed on the Components list in the GameObject inspector- Various cleanups
Releases
- CppExplorer.1.5.7.zip for Unity 2019 and newer (uses
UnityEngine.InputLegacyModule.dll
) - CppExplorer.1.5.7.Unity2018.zip for Unity 2018 and older (uses
UnityEngine.InputModule.dll
)
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.