This PR brings back the Repeatable toggleable checkbox for the following interactions' GUIs:
AudioInteraction
ComponentToggleInteraction
TriggerInteraction
This will potentially help us out with our issue with deactivated Interactions (#135). Otherwise, more power to the user!
Resolves issue #139.
This PR also adds fixes to a couple of small bugs in ComponentToggleInteraction and Slideshow, wherein upon first adding the script to an object, the (+) button in its custom GUI doesn't appear until the inspector is refreshed.
This PR brings back the
Repeatable
toggleable checkbox for the following interactions' GUIs:AudioInteraction
ComponentToggleInteraction
TriggerInteraction
This will potentially help us out with our issue with deactivated Interactions (#135). Otherwise, more power to the user!
Resolves issue #139.
This PR also adds fixes to a couple of small bugs in
ComponentToggleInteraction
andSlideshow
, wherein upon first adding the script to an object, the (+) button in its custom GUI doesn't appear until the inspector is refreshed.