Disable "Unmute audo button" on legacy mode

Hi,

We have just updated Babylon version to 8.33.4 from 8.9.1 and now the unmute audio button appears when loading the app. With our current code, in 8.9.1 Engine.audioEngine.useCustomUnlockedButton=true hides the button properly, but in 8.33.4 the button is there. https://playground.babylonjs.com/#VLRJVP#1

It may be related to this:Reimplement legacy `AudioEngine` class with AudioEngineV2 `WebAudioEngine` class by docEdub · Pull Request #16898 · BabylonJS/Babylon.js · GitHub

Is there a way to hide the “Unmute button” with the legacy mode?

Regards

cc @docEdub

Thanks for reporting this! PR 17363 should fix it.

1 Like