# About

<figure><img src="/files/ood0Cowq0yQ2SmMp9Oho" alt=""><figcaption></figcaption></figure>

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.

## Install

SoundFX is available on the [Unity Asset Store](https://assetstore.unity.com/packages/slug/359522) and can be installed using the Package Manager.

## Features

* 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

## Code

* Flexible API
* Lean codebase, easy to read and extend

## Details

* Unity 6+
* Any platform
* No extra dependencies

{% hint style="info" %}
Made by [FXEngine Studios](https://linktr.ee/fxengine)
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://fx-engine.gitbook.io/soundfx/about.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
