🎙️Importing Songs

Importing Songs

1. Drag in your .mp3 / .wav (any Unity supported audio format) to a new folder.

2. Create a SongItem .

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

About Note Sequences

See how to create note sequences for your songs below.

Last updated