gameobject_active
Enable or disable GameObjects in Unity by setting their active state. Control object visibility and behavior during runtime.
Instructions
Enable or disable a GameObject (set active/inactive).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the GameObject | |
| active | No | true to enable, false to disable |