Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

The current build of your game (as of 2024-09-18) may be broken. I received the following error message when I tried to run it:

Error
The following features required to run Godot projects on the Web are missing:
Cross Origin Isolation - Check web server configuration (send correct headers)
SharedArrayBuffer - Check web server configuration (send correct headers)

Thanks for the info! Yeah, the game was built with a version of Godot which has some issues running on many browsers. It requires SharedArrayBuffer support (which I enabled on itch.io) but it doesn't work everywhere. I'm going to port the game to the newer version of Godot which doens't require SAB support.

Cool, good to hear. 😎