Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I'm new to this.

A topic by Notbob :D created Jul 26, 2021 Views: 401 Replies: 2
Viewing posts 1 to 3

Small time game dev with busted unity. I've never done a jam before, and, as said before, can't use unity. I'll be using Godot instead (which I'm still pretty new to) and haven't entirely figured it out. My point is,

Two questions:

How do I export from Godot?

Are there any good video tutorials on it? (I don't mean how to do xyz in Godot, I mean like 'this is how the built in stuff works and here's your physics etc'

Please be nice. Thanks!

1. First you need to go to Editor>Manage Export Templates then click download. Then you export by going to Project>Export then click add and click a platform. I'll show how to do HTML5 and windows:

HTML5 export: Click export project at the bottom. After you download put the files (game_name.pck, game_name.js, game_name.wasm, game_name.audio.worklet.js, game_name.html, game_name.png, favicon.png) into a folder. Rename game_name.html into index.html, then zip the file and upload it to itch.

Windows export: In the settings check add pck then click export project. After you download put the files (game_name.exe, game_name.pck) put them into a folder and then zip it.

2. I didn't really use may tutorials when I learned Godot but I used the q&a and forums a lot which I would recommend.

export guide: