This repository has been archived by the owner on May 9, 2023. It is now read-only.
UnityExplorer 4.0.1
Some hotfixes and tweaks to the 4.0.0 release.
- Fixed the panel sizes/layouts being broken after changing resolutions. Added better checks to prevent panels ever being improperly sized or positioned.
- Added support for writing to
IList<T>
types which don't implement non-genericIList
(ie.Il2CppArrayBase
). - Fixed support for unusual types of
IEnumerable
andIDictionary
which inherit from a concrete generic type. For example,SomeType : List<int>
. - Adjusted some of the UI layouts a little bit.