unity_selection_set
Set the Unity Editor selection to one or more GameObjects by specifying their paths, instance IDs, or both.
Instructions
Set the editor selection to specific GameObjects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Single GameObject path to select | |
| paths | No | Multiple GameObject paths to select | |
| instanceId | No | Instance ID of GameObject to select | |
| port | No | Target Unity instance port for parallel-safe routing. Get this from unity_select_instance. When working with multiple Unity instances, ALWAYS include this parameter. |