Godot Itch Uploader
This addon allows automatically exporting and uploading your project to Itch.io using Butler. This is mainly intended to save time and prevent publishing mistakes during game jams, but the addon can be used outside of jams too.
Made by humans, for humans.
How to Use
- Install Butler.
- Authenticate Butler.
- Install and enable this addon.
- Open
Project Settings, navigate to theItch Uploadersection in the left panel, and fill theItch Page URLfield. It should contain the link to the project page on Itch, e.g.:https://redteapot.itch.io/test. - Configure your export presets. Make sure each export preset uses a separate empty folder to avoid packaging unnecessary files with your project. For example, you could use these paths:
- For Web,
.export/web/index.html - For Windows,
.export/windows/game-name.exe - For Linux,
.export/linux/game-name.x86_64 - For MacOS,
.export/macos/game-name.app
.exportfolder to the.gitignorefile. Also, make sure the presets you want to export are marked as runnable (which they are by default). - For Web,
- Open the Project menu, then go to
Tools->Export and Upload to Itch... - If you have Butler in your
PATH, skip this step. Otherwise, specify the path to the Butler executable in theButler pathfield. It will be saved, so you won't have to do it again. - Select the export presets you want to export and click
Export and Upload.
Version Control Notes
By default, the saved Butler path is not committed to Git, because it's assumed to be specific to every machine. If you want to change this, remove the corresponding entry in addons/itch_uploader/.gitignore.
The Itch.io page URL, on the contrary, is saved to project settings (project.godot) and commited to version control, because it's assumed to be specific to the entire project and this shareable. Currently there is no easy way to change this behavior.
License
This addon is licensed under the terms of the MIT License. The icons used by this addon are part of the Godot Engine and are licensed under the MIT License.
Changelog for version v1.0.1
No changelog provided for this version.