buildactions
buildactions copied to clipboard
BuildActions for use with the SuperUnityBuild build automation tool.
Pretty simple does what it says in the title.
It would be useful to have a build action that enabled the configuration of iOS-specific build settings (e.g. development team and provisioning profile IDs) on a per-build basis
Create a utility to run Unity Test Tools unit tests with option to abort build if tests fail. As suggested in https://github.com/Chaser324/unity-build/issues/28.
There are some additional flags available through the itch.io butler command line tool that should probably be surfaced as options. * [ ] `--verbose` - Provides additional details about push...
I've previously used ZipFileOperation to create a zip for each of my builds, but I recently encountered a problem with this, possibly due to the project's current file size. Here's...
I wrote a script that can automatically create a new github release and upload the newly created build to it.
UploadItch ships the BurstDebugInformation_DoNotShip, when it obviously says not to ship.
Hi, I'm not sure if this already exists (if it does, please let me know), but there should be a way to abort post-build actions if a build fails. For...
When building manually, everything works fine. But when I build using SuperUnityBuild, it seems like the addressables arent included in the build. I get a bunch of "missing element with...