llkareach.blogg.se

What is unity cloud build
What is unity cloud build




what is unity cloud build

Set it as an env variable in “Environment Variables” section of UCB. We’ll set it by script later.įIREBASE_TOKEN is the authentication token you’ve gotten on the former step. package.json (partial) įIREBASE_BUILD is the path to the built ipa/apk. I’ll explain about "scripts" property later, so let’s get into the detail then.īTW, “burger-kingdom” is a project I’m currently working on :) The final package.json file should be like following. In order to run it on CI, I assume using npm is the easiest and reliable way because we can specify the version of the cli. To deploy you app to Firebase App Distribution, you have to use firebase cli. There is detailed guide on Firebase document & console. set up scripts deploy ipa/apk to Firebase App Distributionįirst of all, you have to create Firebase project and install Firebase SDK into your Unity project.authenticate with Firebase by a token obtained by firebase login:ci.In this article, we configure Unity Cloud Build to The script can run npm to install firebase-cli, and you can deploy your ipa/apk to Firebase using the cli. Unity Cloud Build (UCB) has a feature “Post-Build Script” where you can execute shell script file.






What is unity cloud build