BuildActions for use with the SuperUnityBuild build automation tool.
BuildActions are one of the key components that make the SuperUnityBuild build automation tool flexible and powerful. Each one extends the capabilities of SuperUnityBuild and can be easily setup and customized to suit your needs, and if there's some other specialized functionality that your project needs, you can simply write your own BuildActions and integrate them into the build process.
This repository is intended to serve as an ever expanding library of useful BuildActions as more of them are created.
If you don't already have SuperUnityBuild, get it from its GitHub repository. Then, do one of the following:
- Download this project and copy the folder for the tools you want into your project's Assets directory.
- Make this repository a git submodule within your project's Assets directory.
Refer to the SuperUnityBuild wiki for basic information on how to setup, use, and create your own BuildActions. For specific details on one of the BuildActions featured here, refer to the README in its directory.
- AssetBundle Builder - AssetBundle building and file management.
- Script Runner - Run batch/script files or other external applications.
- Zip File Utility - Compress builds and other files into ZIP file format.
- File Operations Utility - Perform basic file/folder operations like copy, move, and delete.
Bug reports, feature requests, and pull requests are welcome and appreciated.
All code in this repository (unity-build-actions) is made freely available under the MIT license. This essentially means you're free to use it however you like as long as you provide attribution.
Zip File Utility includes a pre-compiled DotNetZip library which is licensed under the Ms-PL. See DotNetZip's repository for more info.