unity_gameobject_info
Retrieve detailed information about a Unity 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 | |
| port | No | Unity instance port (from unity_select_instance). Always include it when multiple instances run. | |
| instanceId | No | Instance ID (alternative to path) |