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.
- Host: GitHub
- URL: https://github.com/jasperdrescher/unity-audio-manager
- Owner: jasperdrescher
- License: mit
- Created: 2018-10-08T14:08:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-09T12:07:46.000Z (over 7 years ago)
- Last Synced: 2025-03-02T17:32:09.761Z (over 1 year ago)
- Topics: audio, csharp, unity
- Language: C#
- Homepage:
- Size: 2.1 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.