Unity Add Component
unity_add_componentAdd a component to a specified GameObject in the Unity scene by providing its path and component type.
Instructions
Add a component to a GameObject in the Unity scene.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Full path of the GameObject. | |
| component | Yes | Component type to add (e.g. 'Rigidbody', 'BoxCollider'). | |
| timeoutMs | No | Command timeout. |