Hi, I have a question which should have an easy answer, but I cannot find it.

How do I stop music or environment sounds (for example a Campfire) when leaving an Area or a Music Player 3D sphere?
Within Unity it's easy to do (just use Trigger exit) but how to do that using only the ORK Framework? In the framework Trigger Exit seems only for starting the sound event in the Music Player component.
I searched the new and old tutorials but have not found the answer.
Thanks.
  • Use the Trigger Exit start type instead of the Trigger Enter in your music player (found in Start Settings > Trigger).
    To fade out use the Fade Out play type and to stop the Stop play type.
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
Sign In or Register to comment.