editor-selection-set
Set Unity Editor selection to specified objects using instance IDs. Obtain instance IDs from gameobject-find or editor-selection-get tools first.
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
| Name | Required | Description | Default |
|---|---|---|---|
| select | Yes | Array of ObjectRef to select. SCHEMA: [{"instanceID":12345}]. Get instanceID from gameobject-find or editor-selection-get first. |