

If you want these to stay between sesions you should store them on the config file according to your platform specifics. t, -target Set the build target, defaults to if missingĪ better option would be to store the parameters in environment variables: $ export CLOUD_BUILD_API_KEY= k, -key Set your api key to use as credentials to log into Cloud Build o, -org Set the organization id that contains the project to build p, -project Set the project id that should be built

You can run the help command to see what every option does: $ unity-build -help You can pass these as command line parameters: $ unity-build -k -o -p -t

This script was built using Node.js command line tools, so you need to have it installed. A simple command line tool that triggers builds in Unity Cloud Build using it's REST API located at
