Skip to main content

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

My Unity WEBGL build gets error when i upload

A topic by Glorien created 33 days ago Views: 65 Replies: 1
Viewing posts 1 to 2

Hi guys, I m trying to upload my game on itchio. I m getting an error. Here is the error and my build settings
I also tried compression format Gzip, Brotli and disabled, I tried all of them.



And this is the error on browser


Hi.

I have made several games in Unity and comilated them for WebGL, uploaded them to itch and all them work fine. Compression format can not be a reason of your problem (I use Brotly, it is the best).

For the first, try to use the "Build and Run" feature - Unity will build the project and will run it locally in your browser. If the game will work fine, so the project has been built right way. Next you have to pack it into ZIP without the root folder, so the index.html has to be in the root of archive (it is important!).

Upload that ZIP to the site and all will work good.