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

Source code from my Create a Game tutorial series.

Results 6 Create-a-Game-Source issues
Sort by recently updated
recently updated
newest added

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"...

Music cross fade bug has this little bug. How to reproduce: 1. Play level from Menu scene and return back to menu. 2. Change master volume from options menu. As...

Make sure we only change the volume from the menu for the active AudioSource, otherwise the music will overlap.

Application.LoadScene() is not supported anymore

the issue is from spawner object, i dont know the problem. maybe because i use newer version of unity. Is there any fix for newer version ? i use unity...