Activatable Object
An Activatable Object Interactable Option can enable and disable GameObjects at runtime by clicking on them.
Last updated
An Activatable Object Interactable Option can enable and disable GameObjects at runtime by clicking on them.
Spawn Object
The GameObject that will be enabled or disabled.
An Interactable Monobehavior must be on the same GameObject.
An Animated Object triggers animations on an Animation Component, so an Animation Component is required. The Animation Component is linked from a property, so it does not need to be on the exact same GameObject as the Animation Object Monobehaviour.
Last updated