We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e021eca commit 4acbcfcCopy full SHA for 4acbcfc
README.md
@@ -42,7 +42,7 @@ MCP for Unity acts as a bridge, allowing AI assistants (like Claude, Cursor) to
42
* `manage_asset`: Performs asset operations (import, create, modify, delete, etc.).
43
* `manage_shader`: Performs shader CRUD operations (create, read, modify, delete).
44
* `manage_gameobject`: Manages GameObjects: create, modify, delete, find, and component operations.
45
- * `manage_menu_item`: Execute and list Unity Editor menu items (e.g., execute "File/Save Project").
+ * `manage_menu_item`: List Unity Editor menu items; and check for their existence or execute them (e.g., execute "File/Save Project").
46
* `apply_text_edits`: Precise text edits with precondition hashes and atomic multi-edit batches.
47
* `script_apply_edits`: Structured C# method/class edits (insert/replace/delete) with safer boundaries.
48
* `validate_script`: Fast validation (basic/standard) to catch syntax/structure issues before/after writes.
0 commit comments