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

UnityExplorer 4.0.1

Compare
Choose a tag to compare
@sinai-dev sinai-dev released this 18 May 10:57
· 489 commits to master since this release
e4615af

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-generic IList (ie. Il2CppArrayBase).
  • Fixed support for unusual types of IEnumerable and IDictionary which inherit from a concrete generic type. For example, SomeType : List<int>.
  • Adjusted some of the UI layouts a little bit.