An open API service indexing awesome lists of open source software.

https://github.com/jasperdrescher/unity-audio-manager

Simple Audio Manager for Unity.
https://github.com/jasperdrescher/unity-audio-manager

audio csharp unity

Last synced: about 1 month ago
JSON representation

Simple Audio Manager for Unity.

Awesome Lists containing this project

README

          

# Unity-Audio-Manager
Simple Audio Manager for Unity. This Audio Manager uses mixers to manage audio clips form the Inspector.

## Table of contents
- [Usage](#usage)
- [Prerequisites](#prerequisites)
- [Steps](#steps)
- [Features](#features)
- [References](#references)
- [Contributors](#contributors)
- [License](#license)

## Usage
You can either clone this project as a submodule in your Unity `Assets` folder, or simply put the script into your own `Assets/Scripts` folder.

### Prerequisites
Name | Description | Version
------------ | ------------- | -------------
[Unity](https://unity3d.com/) | Unity 3D game engine. | 5.4 or newer

### Features
- Audio mixer and parameters
- Audio clips
- Inspector to manage music and SFX

## References
N/A

## Contributors
N/A

## License
This project is licensed under the [MIT License](https://github.com/JasperDre/Unity-Audio-Manager/blob/master/LICENSE.md).
Licenses of tools and dependencies are not included and may vary.