About Actions
Actions are a part of your gimmick. By using Actions, you can implement basic gimmicks like:
- Open Links in New Tab
- Show/Hide Object
- Enable/Disable Collider
- Play Motion
- Play/Stop Item such as Audio, Particle ...etc
Note
Keep in mind these points when setting up your Actions:
- Actions are executed in order from the top
- Changes made by Actions are only applied locally (the world on your device)
- Unity's Play function is not supported. To check if your Actions are working, use Build And Run