Unity Get GameObject
unity_get_gameobjectRetrieve Unity GameObject properties by scene path. Optionally include component list with configurable timeout.
Instructions
Get properties of a specific GameObject by path in the Unity scene.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Full path of the GameObject (e.g. 'Canvas/Panel/Button'). | |
| includeComponents | No | Include component list. | |
| timeoutMs | No | Command timeout. |