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

sadly couldn't figure how to make it work. the web build gives me this error, and the downloadable zip seems to only contain the files for the html5 export.

the error:

Warning!
The following features required to run Godot projects on the Web are missing:
Cross Origin Isolation
SharedArrayBuffer

Hi! In which plataform did you try to run? Desktop or Mobile? And in which browser? Looks like some browsers wont let the app run because of multi-threading (not yet possible to disable in Godot 4, I'm afraid). For me, it works fine on Desktop and Android if I use Google Chrome.

i'm on linux-desktop, but firefox. 

(+1)

Damn! Looks like Firefox does not enable this fuction by default. Too bad. Hope Godot 4 will let us disable multi-threading just like in 3. Thanks for sharing the error =)