Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I believe you can't simply open the HTML file locally by double-clicking it to open in the browser. This is because web browsers prevent the execution of WASM files in certain scenarios .

To test  it, once you add the HTML5 export configuration in your project, a new button should appear next to the Run Project, Run Scene, etc. Use that button.

Once you test it and export it, remember to rename your HTML file to index.html befote zipping it. This is a requirement for Itch.io to recognize the HTML it needs to run.

I don't know how to export the game for HTML, but I've succeeded with creating a link to Netlify! :-)

 https://hilarious-pie-b18895.netlify.app/

(3 edits) (+1)

And now I've succeeded to export the game for HTML! :-)