EditorWindowGen
5 tools in this family (folder Editor/Tools/EditorWindowGen/ 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 |
|---|---|---|
editorwindow_generate_from_prompt | writes | Free-text designer prompt → generated EditorWindow class with [MenuItem] registration. |
editorwindow_generate_from_spec | writes | Build an EditorWindow class directly from a fully-formed EditorWindowSpec JObject — no LLM call. |
editorwindow_list_supported_field_types | read-only | List the field types and action kinds the EditorWindow generator supports, plus a worked example. |
editorwindow_remove | writes | Delete a previously generated EditorWindow .cs file. Accepts either an explicit asset_path |
editorwindow_validate_spec | read-only | Run validation rules on an EditorWindowSpec JObject — checks class_name is a valid C# identifier, |