Sounds Manager
Presented by SoundsManager class, this system is able to play plenty of different sounds at the same moment.
[Inject] private SoundsManager soundsManager;Parameters in inspector
Available methods
void PlayClip(AudioClip clip)soundsManager.PlayClip(levelUpSound);void StopAllSounds()Last updated