Hi! I tried downloading and playing your game, but I ran into an issue. When opening the index.html
file, the browser gives an error related to Brotli compression (.br
files) and won’t load the game. It looks like the WebGL build needs to be hosted on a proper web server that sets the right headers for Brotli files.
You might want to either:
-
Rebuild the game with compression disabled (in Unity: WebGL → Publishing Settings → set Compression Format to “Disabled”)
-
Or upload the build to itch.io using Butler or the WebGL upload options so it works directly in the browser.
Looking forward to trying the game once it's fixed — thanks!