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
  • 😢Error: /.../BroAudio/Demo/Scripts/PreferenceOverrider.cs(25,43):error CS1061: 'RuntimeSetting' does not contain a definition for 'LogCombFilteringWarning'...
  • Warning: The character with Unicode value \u2728 was not found in the [Inter-Regular SDF] font asset or any potential fallbacks. It was replaced by Unicode character \u25A1
  1. Others

Known Issues

Last updated 1 month ago

😢Error: /.../BroAudio/Demo/Scripts/PreferenceOverrider.cs(25,43):error CS1061: 'RuntimeSetting' does not contain a definition for 'LogCombFilteringWarning'...

Problem: Both PreferenceOverrider.cs and the LogCombFilteringWarning field were removed in version 2.0.0. If you're upgrading from an older version, the unitypackage won’t automatically delete the PreferenceOverrider script after import, which leads to issues.

Solution: Remove the PreferenceOverrider.cs script, as it's no longer needed.

Warning: The character with Unicode value \u2728 was not found in the [Inter-Regular SDF] font asset or any potential fallbacks. It was replaced by Unicode character \u25A1

Problem: When opening BroAudio's description in the Package Manager, a warning is logged to the console indicating that some emojis are not supported by Unity's default font. This is a confirmed and mostly occurs in Unity 2022. Solution: This issue will not cause any problems, so you can continue using BroAudio with confidence.

😯
Unity bug
Fixed in 2.0.0
Fixed in 2.0.0
Fixed in 1.15
Fixed in 1.14
Fixed in 1.14
Fixed in 1.11
Fixed in 1.11
Fixed in 1.09
Fixed in 1.08
Fixed in 1.07
Fixed in 1.06
Fixed in 1.05
Fixed in 1.05
Fixed in 1.03
Fixed in 1.02
Fixed in 1.02
fixed in 1.01
fixed in 1.01
Stop()