BroAudio
Quick StartScripting APIAsset Store
  • Overview
    • Introduction
    • Getting Started
    • Compatibility
  • Core Features
    • Library Manager
      • Create The Library
      • Design The Sound
        • πŸ”ŠVolume
        • 🎚️Fading
        • πŸ”Looping
        • 🎲Randomization
        • πŸ’ͺVelocity
        • πŸŽ›οΈSpatial & Mix
    • Audio Player
      • Music Player
      • Dominator Player
    • Playback Group
    • Audio Effect
    • No-Code Components
      • Sound Source
      • Sound Volume
      • Spectrum Analyzer
    • Addressables
    • Customization
  • Designs
    • Audio Mixer
  • Tools
    • Audio Clip Editor
    • Audio Effect Editor
    • Useful Attrubutes
  • Reference
    • Scripting API
      • Class
        • BroAudio
        • SoundSource
        • BroAdvice
      • Interface
        • IAudioPlayer
        • IMusicPlayer
        • IPlayerEffect
        • IAutoResetWaitable
        • IAudioSourceProxy
      • Struct
        • SoundID
        • Effect
        • Fading
      • Enums
        • BroAudioType
        • EffectType
        • StopMode
        • Transition
        • Ease
    • Unity API Integration
    • Audio Terminology
    • Technical Details
  • Others
    • Release Notes
    • Known Issues
      • Duplicate SoundID Issue
    • Roadmap
    • Support & Contact
Powered by GitBook
On this page
  • What Happened?
  • How to Fix This Issue
  1. Others
  2. Known Issues

Duplicate SoundID Issue

Last updated 4 days ago

What Happened?

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.

How to Fix This Issue

  • 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.

AudioEntity
2.0.4
2.0.6