Skip to content

jackyyang09/Simple-Unity-Audio-Manager

Repository files navigation

Tired of having to manage a billion AudioSources lying about? That will no longer be a reality! Never worry about sounds and music ever again!

Jacky's Simple Audio Manager (aka JSAM) is a easy-to-use, performant, and decentralized audio playing system for Unity.

JSAM is perfect for game jams, prototypes and is scaleable with your project!

Features

  • Easily and intuitively add and play sounds and music!
  • Individually control master volume, sound volume and music volume!
  • Music and sound fading!
  • Built-in Loop Point authoring interface (powered by Audio Tools Library for .NET)
  • Spatialized 3D sound and audio!
  • Audio that changes depending on the scale of time
  • Compatible with Unity's built-in Audio Effects
  • Drag and drop components that handle sound playback on
    • Collision events
    • Trigger events
    • Particle emission and death
  • Extensive in-editor, in-code documentation for easy extensibility

Add JSAM to your Project

Install via GIT URL

(You will need to have Git installed and available in your system's PATH)

  • Open the Package Manager window in Unity
  • Click the + symbol in the left-hand corner
  • Choose the option to Add package from Git URL
  • Input the following https://github.com/jackyyang09/Simple-Unity-Audio-Manager.git#master and click Add

Install via Unity Package

  • Note: If you're upgrading JSAM from a previous release, delete your existing JSAM installation before proceeding
  • Download the latest Release
  • In the Unity toolbar, navigate to Assets -> Import Package -> Custom Package...
  • Select the package and import everything (check off the Sample sub-folders as you need)

Also

  • Check out the wiki to see how to simplify audio integration in your project!
  • Check out the documentation to learn more about and extend JSAM's functionality!

More Info

Check out the Releases page to see all the latest updates!

JSAM is now on the Unity Asset Store! Do check the Github Releases page for the latest bug fixes.

If you'd like to see what parts of AudioManager I'm actively working on, you can check out the Trello!

If JSAM has helped you at all, feel free to donate! My quest to streamline audio is neverending, but your patronage is always appreciated!

Screenshots