editor_selection
Manage Unity Editor selection: get, set, clear, or add GameObjects and assets by instance IDs or paths.
Instructions
Gets or sets the current Unity Editor selection (GameObjects, assets, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Single path to add to selection (for add action) | |
| paths | No | Array of GameObject paths or asset paths to select (for set action) | |
| action | No | Action to perform (default: get) | |
| instanceId | No | Single instance ID to add to selection (for add action) | |
| instanceIds | No | Array of instance IDs to select (for set action) |