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

UnityExplorer 4.5.8

Compare
Choose a tag to compare
@sinai-dev sinai-dev released this 04 Mar 20:45
· 185 commits to master since this release
  • Bumped UniverseLib to 1.2.10

In UniverseLib

  • Il2Cpp interfaces now work with GetActualType, so that the underlying class is identified.
  • Improved Il2Cpp generic type support in GetActualType again, now a class such as DerivedGeneric<T> : BaseGeneric<U> will be correctly identified and unpacked when it is cast to BaseGeneric.
  • Rewrote the System -> Il2CppSystem redirection logic in GetUnhollowedType so that more (all?) cases are covered.
  • Fixed Il2Cpp strings becoming corrupted when unboxed from Il2CppSystem.Object in some cases.
  • Fixed an exception that could occur in TryCast, introduced in the previous version.