SebLague/Create-a-Game-Source

Music is not looping

Opened this issue · 0 comments

umaqs commented

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;