editor-selection-set
Set Unity Editor selection to specific objects using their instance IDs. Control which objects are selected in Unity from external tools.
Instructions
Set the current Selection in the Unity Editor to the provided objects. Use 'editor-selection-get' tool to get the current selection first.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| select | Yes | Array of ObjectRef to select. SCHEMA: [{"instanceID":12345}]. Get instanceID from gameobject-find or editor-selection-get first. |