Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

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!

I will look into this the next time we do a demo build- we are currently focusing on the next update, but I want to see if we can make some updates to the demo to go along with the main game's update too- that would be a good time for us to deploy this.