select_gameobject
Sets the selected GameObject in the Unity editor by specifying its path, name, or instance ID.
Instructions
Sets the selected GameObject in the Unity editor by path, name or instance ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instanceId | No | The instance ID of the GameObject to select | |
| objectName | No | The name of the GameObject to select | |
| objectPath | No | The path or name of the GameObject to select (e.g. "Main Camera") |