This repository was archived by the owner on May 9, 2023. It is now read-only.
UnityExplorer 4.5.8
- Bumped
UniverseLib
to1.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 asDerivedGeneric<T> : BaseGeneric<U>
will be correctly identified and unpacked when it is cast toBaseGeneric
. - Rewrote the
System
->Il2CppSystem
redirection logic inGetUnhollowedType
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.