Actions:
- Animation Triggers (if the Object has an Animator)
- Hide Object (hide any renderers inside the object and childs)
- Show Object (show all renderers inside the object and childs)
- Play Audio (if the Object has an AudioSource)
- Stop Audio (if the Object has an AudioSource)
- Play Particles (if the Object has a ParticleSystem)
- Stop Particles (if the Object has a ParticleSystem)
Triggers:
- On (Collider) Trigger Enter
- On (Collider) Trigger Exit
- On Key Pressed when inside the (Collider) Trigger area (You can chose the Key)
*Unity package from this release contains simple First Person Character Controller (but you can use your own).