> For the complete documentation index, see [llms.txt](https://man572142s-organization.gitbook.io/broaudio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://man572142s-organization.gitbook.io/broaudio/others/known-issues/duplicate-soundid-issue.md).

# Duplicate SoundID Issue

### What Happened?

When an [AudioEntity](/broaudio/core-features/library-manager.md#entity) (sound) is created in BroAudio, it’s assigned a unique ID. This ID is guaranteed to be unique and cannot be duplicated.\
However, you might encounter duplicate IDs under the following conditions:

* You duplicated an AudioEntity using the right-click menu or `Ctrl + D` in the Library Manager while using BroAudio versions **2.00 to 2.0.3**. Although this bug was fixed in [**2.0.4**](https://man572142s-organization.gitbook.io/broaudio/others/known-issues/pages/ONZ9fMHCdrjInDCwbFh5#ver-2.0.4-unity-asset-store-github), affected entities may still share the same SoundID unless resolved manually.
* You experienced version control issues that caused two or more entities to end up with the same SoundID. Or you manually edited the SoundID via YAML or through debug mode in the Inspector.

### How to Fix This Issue

* BroAudio will detect the issue and fix it automatically when assets are saved under the folder of "<kbd>BroAudio</kbd>" since [**2.0.6**](https://man572142s-organization.gitbook.io/broaudio/others/known-issues/pages/ONZ9fMHCdrjInDCwbFh5#ver-2.0.6-unity-asset-store-github).&#x20;
* If you're using a version **earlier than 2.0.6**, simply upgrading BroAudio will trigger the fix automatically when the assets are reimported.
* To run the fix manually, go to:\ <mark style="color:orange;">**Tools > BroAudio > Others > Fix Duplicate SoundIDs**</mark>

If your project contains duplicate SoundIDs, a dialog window will appear after the fix is complete to notify you. If there are no issues, nothing will happen.

<figure><img src="https://886210201-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FfI79StJ3o7OKZxf9vHhb%2Fuploads%2FJwN1OnRLPRjOQw4vyaNr%2FFixedDuplicateSoundIDs.png?alt=media&amp;token=06b256c7-2220-480a-aba2-3417687ca8b8" alt=""><figcaption></figcaption></figure>
