[SOLVED] Downloaded game bug, exception

Hi guys,

when we download our game, the game fails to load with error ‘This page requires a browser that supports WebGL’

The issue is in the __ start __.js file. on line 99.

To avoid the exception, We are changing manually this:

assetPrefix: ASSET_PREFIX || ""

to this:

assetPrefix: ""

Thank you :slight_smile:

David

Hi David,

Apologies, this slipped through the deployment today. I’ve fixed the problem and your downloaded builds should work without modification now.

Sorry for the problem and thanks for reporting it!

1 Like