- Current Version: 1.03: 2024-06-26T12:24:06Z
- First Published: 2023-12-15T17:31:16Z
- Size: 5413536
- Supported Unity Versions: 2022.3.8
tools gui
Add to cart
Versatile Runtime Inspector
No rating !(1 Vote)
$27.60
$27.60
Easy to use: Just add the [Export] attribute to a field, and it will be displayed in the runtime inspector.
Versatile Runtime Inspector:
- Displays object properties at runtime
- Easy to use
- Does not disrupt existing workflows
- Supports all Unity types
- Some fields can have multiple display styles
- Drag and resize your inspector window as you like
- Performance-friendly, customizable update frequency
- Built on Unity's best-performing UI framework, UIElements
- Easily create different themes
Uses:
- Character panels
- Settings panels
- Inventory panels
- In-game editor object inspector
- Debugging in-game GameObjects
Supported types:
- int, uint, float, Double, string, bool, enum, action
- Vector2, Vectro2Int, Vector3, Vector3Int, Vector4
- Color, Rect, RectInt, Bound, Quaternion
- object, Array, List
- function
Attributes:
- [Export]
Supports custom display names
- [ReadOnly]
Set to read-only
- [Label]
Set to text display, hides field names
Supported field type: string
- [Option]
Supports single and multiple selection
Supported field types: int, string, List<int>, List<String>
- [ProgressBar]
Can set progress bar color and number text display style
Supported field types: int, float
- [Slider]
Can be set to display as a percentage
Supported field types: int, float
For any questions or suggestions, please contact email:
Add to cart