FMOD built in music scripts?

One of my programmers mentioned there are built in scripts in FMOD for controlling music parameters.

Specifically, they said this- “Regarding music, FMOD has some built-in trigger scripts we can work with sometime”

Can anyone enlighten me on these? Is that handled entirely in Unity or something to concern myself with in FMOD?

Currently the music is just controlled with some parameters I have made

It’s a bit difficult to say from that short description, but it sounds like they are talking about the Studio Parameter Trigger game component. You can read more about it here:

https://www.fmod.com/resources/documentation-unity?version=2.02&page=game-components.html#studio-parameter-trigger

Thank you :slight_smile: