Create-a-Game-Source icon indicating copy to clipboard operation
Create-a-Game-Source copied to clipboard

Music is not looping

Open umaqs opened this issue 8 years ago • 0 comments

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;

umaqs avatar May 18 '17 01:05 umaqs