🎼Creating Song Map
Multiple ways to do the same thing...
Last updated
Multiple ways to do the same thing...
Last updated
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 SongItem
will be automatically generated.
Sequencer, by creating the note sequence from scratch from the new SequenceEditor
.
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