From 9b6bf37087eb072051b86ba884cf09e534dd0909 Mon Sep 17 00:00:00 2001 From: MathewHDYT <48954742+MathewHDYT@users.noreply.github.com> Date: Mon, 27 Mar 2023 08:29:08 +0200 Subject: [PATCH] Added audio section and additional library --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2c41046..3473623 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Thanks to all the [contributors](https://github.com/ryannielson/awesome-unity/gr - [Awesome Unity](#awesome-unity) - [2D](#2d) - [AI](#ai) + - [Audio](#audio) - [Augmented & Virtual Reality](#augmented--virtual-reality) - [Camera](#camera) - [Character Controllers](#character-controllers) @@ -58,6 +59,10 @@ Thanks to all the [contributors](https://github.com/ryannielson/awesome-unity/gr * [Virtual Reality Toolkit](http://github.com/thestonefox/vrtk) - Virtual Reality framework that allows for powerful interactions, locomotion, and visual effects. * [Vuforia](https://vuforia.com/) - Augmented Reality SDK with image and object recognition, smart terrain and extended tracking features. +## Audio + +* [Unity-Audio-Manager](https://github.com/MathewHDYT/Unity-Audio-Manager) - Plugin, that allows to easily play/change/stop/mute/... sounds in 2D/3D + ## Camera * [UFPS (Paid)](https://assetstore.unity.com/packages/templates/systems/ufps-ultimate-fps-2943) - Provides camera, controllers, and other effects for use in FPS games.