Third-party integrations
butler was designed to be integrated into your workflow, no matter which toolsyou prefer. Here's a list of existing integrations.
unity-build
unity-build is a set of a buildscripts by Chase Petit that are meant to be generic, exapandable andcustomizable. This includes supporting the generation of AssetBundles as wellas preparing/uploading builds for services like itch.io and Steam.
itchy-electron
itchy-electron is a CLI appfor building and publishing games and tools using Electron to itch.io.
gradle-butler-plugin
gradle-butler-plugin is a gradleplugin for automatically installing, updating, and running butler as part of your build.
Other resources
Here's a few articles people have written about integrating butler into their releasepipeline:
- Unity build automation (by Jesse, developer of Dr. Spacezoo) shows how to use an editor script in conjunction with a bash script to push to itch.io and other platforms in a single go.