This repository was archived by the owner on May 9, 2023. It is now read-only.
UnityExplorer 4.5.8
- Bumped
UniverseLibto1.2.10
In UniverseLib
- Il2Cpp interfaces now work with
GetActualType, so that the underlying class is identified. - Improved Il2Cpp generic type support in
GetActualTypeagain, now a class such asDerivedGeneric<T> : BaseGeneric<U>will be correctly identified and unpacked when it is cast toBaseGeneric. - Rewrote the
System->Il2CppSystemredirection logic inGetUnhollowedTypeso that more (all?) cases are covered. - Fixed Il2Cpp strings becoming corrupted when unboxed from
Il2CppSystem.Objectin some cases. - Fixed an exception that could occur in
TryCast, introduced in the previous version.