You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
The text was updated successfully, but these errors were encountered:
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;
The text was updated successfully, but these errors were encountered: