-
When I export my game in html5, and when launching the game, there is no sound at all. If I hit the '+' button once, or the '0' button twice, the sounds are getting enabled. It looks like the html5 target always launches on mute, and the user needs to unmute manually. I have even tried force unmutting on init like this :
But it still doesn't work Is this normal behaviour, or something that you've seen before? Could it be a project setting I might have missed? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
this is based on browser behavior and it's different for various browsers and also may depend on your specific browser's settings. Usually you need to click the game in order for sounds to be allowed to play, we don't really have control over this as it's a security feature |
Beta Was this translation helpful? Give feedback.
this is based on browser behavior and it's different for various browsers and also may depend on your specific browser's settings. Usually you need to click the game in order for sounds to be allowed to play, we don't really have control over this as it's a security feature