Remove unmute button

Obviously. I bet you don’t unlock the audio manually.

Add this:

      Engine.audioEngine?.unlock()

This must be called for example from a click event on the page. User interaction is needed here.

EDIT: Sorry, I could tell you about this earlier :stuck_out_tongue:

1 Like