Happy new year!
I noticed that sometime my music is playing twice (as in the same song being played at the same time) and I finally figured out a way to reproduce it. Here's my music storage settings:
https://1drv.ms/u/s!Amz_vh8OYDX3vNR1uJFkFDoPccmdUw?e=CRagNe
To reproduce:
1. Before a song is about to loop (before it ends), pause the game - notice that the music is still playing and a second playback of the same song is now started (so we're now hearing the same song twice)
2. Unpause the game and notice how the second playback ends after a short while
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
Can you share the Action used to play the music in the first place?
Here you go:
https://1drv.ms/u/s!Amz_vh8OYDX3vNR2lRB3vBzIU91q7w?e=BiQwuT
Thanks.
To fix, open up MusicCrossfade.cs, and replace Time.time with Time.deltaTime
Yep, that fixes it - thanks!