English
Value Monitor is a tool that displays and changes the values of GameObjects and Static in a single window.
It can also display and change private values, making it a powerful support tool for debugging.
Currently, it only works with the Unity Editor.
To display the window, select [Tools > Value Monitor].
You can display or change the currently selected value.
If the value cannot be obtained (e.g. Null), the display will be dimmed.
Right-click on the GameObject in the Hierarchy window and select
[Value Monitor > Add GameObject].
Right-click on the Component in the Inspector window and select
[Value Monitor > Add Component].
Click [Add Static] in the Value Monitor window.
Click the Search button to select from the list.
By right-clicking on each item, you can do the following
Edit : Add or delete a member of the item.
Delete
Enum Flags : Switch the Enum to Flags display.