Making music fade

hello, I’ve been working on a game for a while now, and I have put off making music fade in between levels off. how do I do it so that at the end of each level, the music fades out? and preferably a way to do it at the beginning of the level too but end is priority right now. thanks!

1 Like

This can be achieved pretty simply, just use an Ease to gradually lower the music’s volume.

1 Like

thank you, I tried that, but I just couldn’t figure out how to use it correctly and I couldnt find any tutorials. could you perhaps make an example to show me how or give me some instructions?

1 Like

Here is a demonstration of this:

Linear ease reduces music volume.
ezgif-1-c01cfab660

thank you! this will help a lot.