Last updated

SoundFX is a simple extension for Unity's built-in AudioSource component. It handles common audio scenarios like playing overlapping sounds (ex footsteps) and toggling sounds on/off (ex motor).
It's a lean middle-ground between using AudioSource directly and using a full-blown audio manager like Sonity/Wwise/FMOD.
SoundFX is available on the Unity Asset Store and can be installed using the Package Manager.
Play overlapping clips (using an AudioSource pool)
Simplified settings (still the same settings as AudioSource but better organized)
3D audio settings are stored in a re-usable ScriptableObject asset
Preview in edit mode
Fade a sound in/out with SoundFXTrack to avoid volume pops
Flexible API
Lean codebase, easy to read and extend
Unity 6+
Any platform
No extra dependencies
Made by FXEngine Studios
Last updated