Duplicate SoundID Issue
Last updated
Last updated
When an (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 , 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.
BroAudio will detect the issue and fix it automatically when assets are saved under the folder of "BroAudio" since .
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: Tools > BroAudio > Others > Fix Duplicate SoundIDs
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.