Skip to content

dddnuts/DDDMusic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DDDMusic

Play music with Intros and Outros on Unity.

Install

Import unitypackage.

Usage

usage

Sections

  1. Create an AudioSource object on your scene.
  2. Set AudioClip on the object.
  3. Add Music component to the object.
  4. Define sections which the AudioClip will be separated into.
  5. Call Play method on Music (or you can enable Play On Awake for the AudioSource)

Transitions

  • Through: Move to the next section at the end of the current section.
  • Loop: Move to the beginning of the current section at the end.
  • End: Stop playing at the end.

License

MIT

About

Play music with Intros with Unity

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages