Export a game in Godot#
Sometimes I forget things. That’s when it is super useful to have a place where you wrote how to do them. So here we go. It’s the fourth time I am uploading my Godot toy project game on Itch.io and I forget how to do it.
So here we go:
- open Godot
- open the project you want to export
- project -> Export
- I use specific dd_mm_yy folders. So we need ot create that before exporting. You want to click on
Export All
. Then create a zip out of it namedindex.zip
and upload to itch.io. Refresh the guide if needed https://foosel.net/til/how-to-export-a-godot-4-game-to-run-on-the-web-on-itchio/.
Test stuff on itch.io then. There are a lot of things that can go wrong. Have a look at the console when you play.