https://github.com/entzeit/unity-audio-framework
Small Audio Framework for Unity Game Development
https://github.com/entzeit/unity-audio-framework
audio game-development unity unity3d
Last synced: about 2 months ago
JSON representation
Small Audio Framework for Unity Game Development
- Host: GitHub
- URL: https://github.com/entzeit/unity-audio-framework
- Owner: entzeit
- License: mit
- Created: 2025-01-25T00:18:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-25T00:21:12.000Z (over 1 year ago)
- Last Synced: 2025-03-22T03:14:37.834Z (over 1 year ago)
- Topics: audio, game-development, unity, unity3d
- Language: C#
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Unity Audio Framework
This is a small Audio Framework for general Sound & Music integration for Unity Game Development
### Features:
* Fade In, Fade Out
* Safe Play with no audio retriggering
* Safe Stop with Fade Out
* Music class with multiple audio layers and mixer integration
* Safe Round Robin Audio Selection (never selects the same sample twice in a row)
* Volume Slider
### License
MIT