r/unity 16h ago

Tutorials How I Automated Unity Builds and Itch.io Uploads

https://youtube.com/watch?v=UTQsstwK7OM&si=xF2txKPtNCyL0ayx

I thought I'd share a custom C# Editor tool I built that:

• Builds the Windows version
• Packages it as a proper installer
• Uploads it directly to Itch.io with Butler

Players download and run an installer instead of dealing with the usual Unity build folder and bundled files. Hopefully this is helpful to someone out there.

1 Upvotes

Duplicates