Create-a-Game-Source
Create-a-Game-Source copied to clipboard
Music is not looping
Music resources are not playing on loop.
How to Fix :
Update the code to set both music resources to loop. Add the following line inside for loop in "Awake" method
musicSources [i].loop = true;