unity_gameobject_info
Get detailed information about a specific GameObject, including its transform, components, children, active state, tags, and layer.
Instructions
Get detailed info about a specific GameObject: transform, components, children, active state, tags, layer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Hierarchy path or name | |
| instanceId | No | Instance ID (alternative to path) | |
| 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. |