Publisher | Saitama Studio |
---|---|
File size | 8.69MB |
Number of files | 14 |
Latest version | 1.0.1 |
Latest release date | 2023-06-23 02:15:31 |
First release date | 2023-06-23 02:15:31 |
Supported Unity versions | 2018.4.2 or higher |
Soundify lets you store, manipulate and play all sounds in one central system. This tool makes it easy to incorporate high-quality audio into your game and elevate your game's audio to the next level in a fraction of the time as before.
🔨 Step-by-Step guide for using Soundify
- Create a new game object & add the Audio Master script to it.
- Add a new track, name it & store all the sounds that should play on said track.
IF YOU WANT TO PLAY IT WITHOUT CODING
- Add the Audio Player script to any game object & select a sound.
- Select a script & method and SUBSCRIBE to the sound (this will add a line to the method that will play the sound)
IF YOU WANT TO DO IT MANUALLY
- Add the line Soundify.PlaySound("nameofsoundgoeshere");
🎉Done! Simple, fast and user friendly! 🎉
🔍 INCLUDES
- Demo Scene
- Custom Inspector for more user friendly
- 2 Sounds from Unity Technologies
- README
💯 QUALITY OF LIFE
- Custom Inspector ease of use
- Tooltips that tells you what each slider/value is used for
- README file outlining all necessary information to get started
- Source Code | editable