🎼Creating Song Map
Multiple ways to do the same thing...
Creating Note Sequences
There are a few methods you can use for creating note sequences in rgs.
Recording Mode [in 0.5+], with record mode, you can record note sequence as you play through the game as a player, and import back the recorded notes from the JSON file on your target device.
Midi Import, by Importing a midi file that represents your note sequence, a
SongItemwill be automatically generated.
Sequencer, by creating the note sequence from scratch from the new
SequenceEditor.
Related
if you are looking for how the notes are being mapping to the prefabs, or how the notes being mapped to the track in runtime, you can talk a look
Note Type MappingTrack ManagerLast updated
Was this helpful?