This repository has been archived by the owner on May 9, 2023. It is now read-only.
UnityExplorer 4.4.3
Method Evaluating
The evaluate widget in the Inspector has been improved.
- It is now possible to evaluate any method.
- For
Type
arguments, an input field with an autocompleter is provided to select your desired Type. - For other non-parsable arguments, you can select from any of the active inspector tabs via a dropdown to use for the argument. Only tabs which are inspecting a valid object for the argument will be included in the dropdown. Eg, if the argument was of type
GameObject
, all GameObjects you are inspecting will be available in the dropdown.
Enum values
Enum values now use an input field with autocomplete instead of a dropdown to set your desired value. This is to help with enums that have lots of values, where using a dropdown was inconvenient. You can press the arrow button on the right side of the input field to see all values and choose them that way, which is basically the same as using the old dropdown method.