Unity Set Component Property
unity_set_component_propertySet a specific property of a Unity component on a GameObject by providing its path, component type, property name, and value.
Instructions
Set a property on a component attached to a GameObject in Unity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Full path of the GameObject. | |
| component | Yes | Component type name (e.g. 'Transform', 'MeshRenderer'). | |
| property | Yes | Property name. | |
| value | No | Property value (JSON serializable). | |
| timeoutMs | No | Command timeout. |