• Stars
    star
    400
  • Rank 104,646 (Top 3 %)
  • Language
    C#
  • License
    MIT License
  • Created almost 5 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A decentralized audio playing system for Unity, designed for simplicity and built to scale!

JSAM 3.0 is at a point that I'd call "usable". If you would like to try a bunch of new features (that may potentially be buggy), do pull directly from the repository into your project! Anything that isn't packaged and uploaded to the Release page is entirely work-in-progress and may be subject to change

I cannot give a definite timeline for when it will be finished, as I'm currently beset by a full-time job and some higher priority projects. As of now the latest release is the most stable version to use!

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

  • Go to Package Manager -> Add package from GIT url... -> Enter https://github.com/jackyyang09/Simple-Unity-Audio-Manager.git#master -> Click Add (You will need to have Git installed and available in your system's PATH)

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