This repository was archived by the owner on May 9, 2023. It is now read-only.
UnityExplorer 3.2.4
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 theHelpers
classes into variousCore.Runtime
classes.