unity_selection_set
Select one or multiple GameObjects in the Unity Editor by specifying their paths or instance IDs.
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. |