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

pageRecording Mode [0.5+]
  • Midi Import, by Importing a midi file that represents your note sequence, a SongItem will be automatically generated.

pageMidi Import
  • Sequencer, by creating the note sequence from scratch from the new SequenceEditor .

pageSequence Editor

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

pageNote Type MappingpageTrack Manager

Last updated