InspectorAi
5 tools in this family (folder Editor/Tools/InspectorAi/ in the bridge package). Effect: writes changes the project or the scene, read-only does not, destructive deletes or overwrites and the client asks before running it.
| Tool | Effect | Description |
|---|---|---|
inspector_describe_existing | read-only | Read the existing Buril-generated CustomEditor for the given class (if any) |
inspector_generate_for_class | writes | Generate a hand-crafted [CustomEditor] class for a user MonoBehaviour or |
inspector_iterate | writes | Iterate on an existing InspectorSpec. Takes the current spec plus a |
inspector_remove_for_class | writes | Delete the Buril-generated [CustomEditor] file for the given class |
inspector_validate_spec | read-only | Validate an InspectorSpec JSON object without writing any file. |