Soapbox – Easy Audio Management
Soapbox is an easy-to-use sound sub-system for Unity that makes playing audio in your game much simpler.
by Cardboard Keep
Price History +
Features
- Set up a Soapbox on any of your GameObjects in just a few clicks.
- The only coding required is at what times/events you choose to play your sounds.
- No longer have to use GetComponents or FindChilds to find and play each sound.
- Randomize between a set of audio clips when a sound is played.
- Randomize pitch, add a delay before play, limit how often a sound can play, or give it a likelihood so sounds won't play every time when called.
- Normal AudioSource settings are still used as well.
- Full, documented source code included.
Check out our other plugins:
UConsole - Cheat command console
SuperBehaviour - Write shorter, faster code
Sparkler - Spawn particles anywhere