Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.

CppExplorer 1.4.1

Compare
Choose a tag to compare
@sinai-dev sinai-dev released this 22 Aug 07:19
· 1035 commits to master since this release

Changes

  • Added better exception handling for failed Reflection, especially unsupported generic types and ObjectCollectedExceptions. The Reflection Window will now display these errors as the value, and you can also hide all failed reflection members too.
  • Reflection window members now display the full name instead of just the member name (eg. "Camera.main" instead of just "main").
  • Cleanup some small bugs introduced in v1.4.0

Releases

  • CppExplorer.1.4.1.zip for Unity versions which use UnityEngine.InputLegacyModule.dll
  • CppExplorer.1.4.1.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.