Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

If you're having problem with what you uploaded here's a possible solution

A topic by osrick97 created May 30, 2022 Views: 1,872 Replies: 5
Viewing posts 1 to 5
Submitted(+6)

I was getting an error I had never seen before when uploading to itch (error listed at the bottom because its big). I am using unity version 202.3.34f1 (unsure if it just happens in this one but its the first time I've run into this problem). you need to go in Unity into Project Settings -> Player -> WebGL settings (its the symbol with the number 5 inside it) and got to the Publishing Settings drop down, for Compression Format select Disabled

Unable to parse Build/ActualCurrentBuild.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.

Submitted

Thanks Saved me a headache.

Submitted

No problem

(+3)

I had the same issue and seems like you don't have to disable compression completely (which blows up the size of the game), but all you need is to switch it to `gzip` in the same field, which will play nicely with itch.io's CDN

Thank you for this!!

Help!! I got this error "Content-Encoding: br" present. Check browser Console and Devtools Network tab to debug.