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

UnityExplorer 4.0.2

Compare
Choose a tag to compare
@sinai-dev sinai-dev released this 19 May 12:33
· 474 commits to master since this release

Some more hotfixes for v4. If you haven't updated to v4 yet, please read the 4.0.0 patch notes below.

Note for IL2CPP users: some more signatures were added to the default Reflection Blacklist. To update your blacklist, set the config value for the blacklist to "DEFAULT" (not case sensitive) and restart the game.

All versions

  • Fixed a null reference exception if the game tries to change EventSystems before UnityExplorer's UI is created.
  • Improved the base entry type detection for IEnumerable and IDictionary

IL2CPP

  • Now force-loading all Unhollowed DLLs on startup, and using LoadFile instead of Load. Fixes several issues in IL2CPP.
  • No longer using Il2CppType.From when looking for deobfuscated types, fixes a crash in some games (and is faster anyway).