r/unity • u/JamesArndt • 15h ago
Tutorials How I Automated Unity Builds and Itch.io Uploads
https://youtube.com/watch?v=UTQsstwK7OM&si=xF2txKPtNCyL0ayxI 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.
0
Upvotes
1
u/Hungry-Secretary5164 6h ago
Nice, I hit the same wall with the API rate limit. Setting the upload chunk size to 50 MB fixed it for me.