Description:
This asset allows you to add a strong and simple Audio Manager to add background music and
sound effects to your game. It makes it very easy to add additional sounds with minimal coding required!
This Audio Manager asset includes the following:
Audio Manager Prefab
Audio Manager Class Script
Sound Class Script - A very simple class to store the name of your audio clips, and the actual audo clip.
Features:
Ability to add unlimited amount of sounds, with minimal coding! Example of code needed.: AudioManager.Instance.PlayFX("*****");
Easy drag and drop of Audio Clips, manual naming of said clips needed.