https://github.com/gameworkstore/protocolaudio
Protocol Audio is a small framework allow easy usage of audio on the game. It completely separates audio data from the objects and let the Sound Designer implement them without necessity of a programmer. Use it your own risk!
https://github.com/gameworkstore/protocolaudio
Last synced: about 1 year ago
JSON representation
Protocol Audio is a small framework allow easy usage of audio on the game. It completely separates audio data from the objects and let the Sound Designer implement them without necessity of a programmer. Use it your own risk!
- Host: GitHub
- URL: https://github.com/gameworkstore/protocolaudio
- Owner: GameWorkstore
- License: mit
- Created: 2021-03-24T22:12:54.000Z (over 5 years ago)
- Default Branch: upm
- Last Pushed: 2024-06-12T09:35:30.000Z (about 2 years ago)
- Last Synced: 2025-05-03T16:34:11.712Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 2.13 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Game Workstore Protocol Audio
Protocol Audio is a small framework to allow easy usage of audio inside the game. It completely separates audio data from objects and let the Sound Designer implement them without pair with a programmer.
Use it your own risk!
# How to install
At package.json, add these lines of code:
```json
"com.gameworkstore.protocolaudio": "https://github.com/GameWorkstore/protocolaudio.git#1.0.7"
"com.gameworkstore.patterns": "https://github.com/GameWorkstore/patterns.git#1.3.0"
```
And wait for unity to download and compile the package.
you can upgrade your version by including the release version at end of the link:
```json
"com.gameworkstore.protocolaudio": "https://github.com/GameWorkstore/protocolaudio.git#1.0.7"
```
# Contributions
If you are using this library and want to submit a change, go ahead! Overall, this project accepts contributions if:
- Is a bug fix;
- Or, is a generalization of a well-known issue;
- Or is performance improvement;
- Or is an improvement to already supported feature.
Also, you can donate to allow us to drink coffee while we improve it for you!