Set Active
set_activeSet a GameObject active or inactive in the Unity scene using its scene path and an active flag.
Instructions
Set GameObject active/inactive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Scene path to the GameObject | |
| active | Yes | True to activate, False to deactivate |