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

CppExplorer 1.4.0

Compare
Choose a tag to compare
@sinai-dev sinai-dev released this 21 Aug 14:18
· 1039 commits to master since this release

Changes

Reflection Window

  • Greatly improved performance on the Reflection Window using the new CacheObject classes, instead of the old MemberInfoHolder classes.
  • Resulting code is also much easier to read.
  • Added pages to the Reflection Window as well to further improve performance, it is now limited to 20 members per page.

Releases

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