🎙️Importing Songs
Last updated
Last updated
1. Drag in your .mp3 / .wav (any Unity supported audio format) to a new folder.
2. Create a SongItem
.
SongItem
SongItem
is used throughout the RhythmGameStarter, it is a ScriptableObject
that stores the note sequence and the relatedAudioClip
reference.
See how to play your song with the SongItem
asset below.
See how to create note sequences for your songs below.