Skip to main content

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.

ToolEffectDescription
editorwindow_generate_from_promptwritesFree-text designer prompt → generated EditorWindow class with [MenuItem] registration.
editorwindow_generate_from_specwritesBuild an EditorWindow class directly from a fully-formed EditorWindowSpec JObject — no LLM call.
editorwindow_list_supported_field_typesread-onlyList the field types and action kinds the EditorWindow generator supports, plus a worked example.
editorwindow_removewritesDelete a previously generated EditorWindow .cs file. Accepts either an explicit asset_path
editorwindow_validate_specread-onlyRun validation rules on an EditorWindowSpec JObject — checks class_name is a valid C# identifier,