unity_component_get_properties
Retrieve all serialized properties of a component on a specified GameObject by providing its path and component type.
Instructions
Get all serialized properties of a component on a GameObject.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | Unity instance port (from unity_select_instance). Always include it when multiple instances run. | |
| componentType | Yes | Component type name | |
| gameObjectPath | Yes | Path or name of the target GameObject |