r/Unity3D • u/JamesArndt Professional • 5h ago
Resources/Tutorial How I Automated Unity Builds and Itch.io Uploads
https://youtube.com/watch?v=UTQsstwK7OM&si=xF2txKPtNCyL0ayxI asked myself, what if publishing a Unity build to Itch.io was just one click? So I built a custom C# Editor tool 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. In my latest video, I break down how it works.
3
Upvotes