Utility for running builds sequence & pushing them to itch.io
'UnityBuildManager' is an asset that can:
- Run multiple builds
- Archivate build
- Push build to itch.io
- Push build to Gitgub releases
- Auto optimize release builds for better performace and testing builds for faster build time
- Maintain defines and options for each build and sequence
- Keep changelog and readme files
- Auto add changelog and readme to game folders
This package is available on OpenUPM.
You can install it via openupm-cli.
openupm add com.teamon.buildmanager Find the manifest.json file in the Packages folder of your project and add a line to dependencies field. "com.teamon.buildmanager": "https://github.com/Team-on/UnityBuildManager.git" Or, use UpmGitExtension to install and update the package.
- Download a source code zip this page
- Extract it
- Import it into the following directory in your Unity project
Packages(It works as an embedded package. For Unity 2018.1 or later)Assets(Legacy way. For Unity 2017.1 or later)
- https://assetstore.unity.com/packages/slug/188940
- Add it to project as usual
- From the menu, click
Window > Build manager(Alt + B). - Configurate sequences
- Enjoy!

