This repository was archived by the owner on May 9, 2023. It is now read-only.
UnityExplorer 4.1.8
- Fixed Mouse Inspect breaking ScrollPools in rare cases (if the edge of a panel is under the cursor when you click to begin the mouse inspect).
- Fixed issue in IL2CPP with
IEnumerable
andIDictionary
types which have private implementations ofGetEnumerator
. - Removed arbitrary
static
restriction on class-search, can now search for all classes. Classes with no static members at all are still listed. - Added assembly name to class-search result labels.