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

UnityExplorer 3.2.4

Compare
Choose a tag to compare
@sinai-dev sinai-dev released this 18 Mar 07:43
· 738 commits to master since this release

Changes

  • If the C# Console fails to initialize, the page will now be disabled and a clearer explanation will be logged to the user.

Project cleanup

  • Major project refactoring and cleanup, split the UI and Core functionality.
  • Added Core.Runtime namespace for Il2Cpp/Mono-specific runtime operations, to reduce the number of #if CPP and #if MONO pre-processor directives all over the project.
  • Refactored the Unstrip and the Helpers classes into various Core.Runtime classes.