Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

HTML Not Loading Correctly

A topic by Dmanz created Jun 01, 2021 Views: 100 Replies: 2
Viewing posts 1 to 3
Submitted

The browser version of my game is acting weird and I can't figure out why. The executable works fine and it looks perfect in Godot. Can anyone help me get it working correctly?

Submitted (4 edits)

You just need to upload a ZIP file with an index.html and the other files generated (you pick the name when exporting to HTML in Godot)

So export with that name and zip the files. In our case these were:

  • index.wasm
  • index.png
  • index.pck
  • index.js
  • index.html
  • index.audio.worklet.js
  • favicon.png

Note that the ZIP file can have any name.

Submitted

Thank you for the advice. I actually just figured it out, I had to set canvas resize policy to adaptive.