Audio System
Last updated
Last updated
You can add new musics or sound effects by below steps:
On Project Window, search "settings data" -> select "Settings Data" asset on The Project Window.
On The Settings Data Inspector Window, click on add musics button -> input music name and add the audio clip you like.
In the script where you want to play new musics, add namespace BK.RacingGame2DTemplate.Common at the top of script -> add the line code AudioManager.Instance.PlayMusic("GameplayNew").