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
  • Playing a song on awake
  • Playing songs from UI Button
  • Playing a song via code

Was this helpful?

Control Song Play / Pause

There are multiple ways to play your own songs.

PreviousNote Type MappingNextCustomization

Last updated 2 years ago

Was this helpful?

Playing a song on awake

  1. Set Play On Awake to true in SongManager

  2. Assign a Default SongItem

Playing songs from UI Button

  1. Find the Play Button in the scene

  2. Switch the PlaySong function to the one lets you pass in a SongItem

  3. Assign your own SongItem to the parameter slot

Playing a song via code

For playing a song through code, please head over to the SongManager

⏯️
Song Manager