Skip to main content

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

You seem to be the only person using godot that has their web build working!

(1 edit)

Nuh uh

The Godot builds not working is due to itch.io random Game Jam Submission feature, opening the game in its own tab fixes the issue. that said I don't know why this game is unaffected by it.

I didn't do anything special to export it, the only thing I can think of, is that I did the game in 4.3 that is still cooking.

4.3 is probably why it works, any web exports from 4.2 require SharedArrayBuffer to be enabled in Itch.io. glad to know it's not needed for 4.3

the glitch happening with 4.2 projects, is when using the Game Jams Random Submission Feature, SharedArrayBuffer doesn't work, which makes any web build error upon loading. its easily fixed by opening the project without using the Random Submission Feature, but many people don't know that yet.