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

CppExplorer 1.5.0

Compare
Choose a tag to compare
@sinai-dev sinai-dev released this 31 Aug 13:34
· 1012 commits to master since this release

Changes

Reflection Inspector

  • Implemented better syntax highlighting for member names, using VS / dnSpy style
  • Methods now display their argument names as part of their display name
  • Added support for Il2Cpp IList objects
  • Improved support for Lists and Arrays in general, they should now work better and display the actual type for each entry
  • Improved parsing of primitive values, it now always uses the correct type for the member instead of trying to promote/demote types

Other

  • Fixed a bug with the Scene Explorer Search

Releases

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