Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

HELP

A topic by squid1917 created Aug 28, 2021 Views: 11,596 Replies: 13
Viewing posts 1 to 8

Unable to parse Build/Crazy Snake.framework.js.br! This can happen if build compression was enabled but web server hosting the content was misconfigured to not serve the file with HTTP Response Header "Content-Encoding: br" present. Check browser Console and Devtools Network tab to debug


error when play testing game site. unity webgl


please help!!

Submitted

Did you zip the contents of your build folder and submit the zipped file?

Submitted(+5)(-2)

Submit meaning put that into your itch page, not the jam submission.

yes

Submitted

Here is tutorial I used it and everything works - 

i  m too getting same error , if u have solved yours kindly help me out

(+23)

You upload zip-archive with your game, so while building your project you should set this setting in Unity (Build settings -> Player settings -> Player). At least it worked for me.

(+3)

holy cheeseballs thank you so much. it worked.

Thnaks so much this helped me too

This worked, thank you so much!!!!!

This worked thank you

(+2)

It's important to know that GZIP encoding is less secure than Brotli because GZIP allows HTTP without HTTPS, whereas Brotli only works with HTTPS. If it's for controlled local validations, GZIP is fine, but if you want it to be more secure on your public server, it's recommended to make it work only with HTTPS, and Brotli would be safer.

Thank you very much for sharing the GZIP tip, though! It has been very helpful to me ;)

Thank you

i tried every way and it dint worrrk. >:(