Rhythm Game Starter
  • 🎹Rhythm Game Starter
  • 🌈Showcase
  • 💡FAQ
  • 💻Demo
  • Quick Start
  • ➡️Getting Started
    • Template Workflow
    • Bare Workflow
  • ⭐Components Overview
    • Input Handling [New]
    • Song Manager
    • Stats System
    • Track Manager
    • Track
  • 🎙️Importing Songs
  • 🎼Creating Song Map
    • Recording Mode [0.5+]
    • Sequence Editor
    • Midi Import
      • Track Mapping
      • Note Type Mapping
  • ⏯️Control Song Play / Pause
  • ✨Customization
    • Custom Notes
    • Customize note instance in runtime
    • Note Effects
  • Integration
    • Naninovel
  • Advance
    • Asmdef
  • Notices
    • ⚠️ Limitations
  • Development
    • 💡Development Tips
    • 🔧Changelog
  • Support
    • 💬Discord
    • Asset Store
    • Main Site
Powered by GitBook
On this page
  • Note Actions
  • Custom Note
  • Hit Sound

Was this helpful?

Customization

PreviousControl Song Play / PauseNextCustom Notes

Last updated 2 years ago

Was this helpful?

Note Actions

There’s currently 3 note action type

  1. Tap

  2. Long Press

  3. Swipe (Up, Down, Left, Right)

All actions support both touch and keyboard input.

Custom Note

To create a custom note, simply duplicate one of the existing prefabs and swap out the sprites and other properties you would like.

Hit Sound

Specific audio can be assigned to the note hit sound

✨
Custom Notes