This repository was archived by the owner on May 9, 2023. It is now read-only.
UnityExplorer 4.5.12
- Auto-complete panel can now be resized
- Fixed the Constructor toggle in the Reflection Inspector not actually doing anything
- Fixed implicit parameterless constructors not being listed for structs
- Fixed constructors being listed for
abstract
classes - Anonymous and compiler-generated classes are no longer listed in the auto-complete results in the "Class" mode of the Object Search
- Changed to using
Enum.HasFlag
for checking enum flags values instead of old method, now works on undefined values