gameobject_component_remove
Remove a specific component type from a GameObject in Unity by specifying the GameObject name and component type to delete.
Instructions
Remove a component from a GameObject by type name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the target GameObject | |
| componentType | Yes | Component type name to remove |