Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser

Quick Information

Inspector gadget is a set of GDScript UI controls designed to read and write object properties at runtime.It extends the standard get_indexed() function from the Node class with support for arrays and dictionaries, allowing for fully-recursive property visualization and editing using NodePath subnames.
Inspector gadget is a set of GDScript UI controls designed to read and write object properties at runtime.
It extends the standard get_indexed() function from the Node class with support for arrays and dictionaries, allowing for fully-recursive property visualization and editing using NodePath subnames.
Reviews
Quick Information

Inspector gadget is a set of GDScript UI controls designed to read and write object properties at runtime.It extends the standard get_indexed() function from the Node class with support for arrays and dictionaries, allowing for fully-recursive property visualization and editing using NodePath subnames.