Getting Started
Last updated
Last updated
Get it from , install it from Package Manager
Locate Tools/BroAudio/Library Manager in the Unity menu bar.
Drag and drop the required AudioClip.
Edit the parameters edit the clip's volume, playback position... etc.
You can implement the sound you've created in Library Manager with or without coding.
Select the required sound via the dropdown menu
That's all you need to start using BroAudio. Of course, there is more than just this. Check out the rest of the documentation to fully unlock all the features of BroAudio.
Name the asset and entities and choose an You could also skip this step. Just remember to set it before you need them in your scene.
Add SoundSource component to a game object
Choose the triggering strategy Enables "Play On Start" if you want to play it when the game object is activated at runtime. Or using to trigger the Play() function like the Button's OnClick as below.
Declare a and implement BroAudio.Play()
to play it
Select the required sound via the dropdown menu in the Inspector The same way as using .