Unity Cloud Build supports projects stored in Mercurial repositories. Your can host your repository on Bitbucket or on a private server.
To connect to your repository, Unity Cloud Build requires that you supply appropriate access credentials. This applies to Mercurial repositories hosted on Bitbucket or elsewhere.
In the Services window, next to Cloud Build click the OFF button to switch it ON:
In the CLOUD BUILD window, click the Cloud Build toggle to enable Cloud Build for your Project.
In the services__ SOURCE CONTROL__ window:
From the SOURCE CONTROL HOST TYPE drop-down menu, select Mercurial.
In the SOURCE CONTROL HOSTING URL field, enter the URL of the Mercurial repository. For information on the format of the URL, see the URL syntax section below.
Click the Next button.
To connect to your repository, you must specify the URL to your Mercurial server. You can specify the URL to use the following protocols:
HTTPS
SSH
The following are examples of URLs for bitbucket:
https://github.com/youraccount/yourrepo
git@bitbucket.org:youraccount/yourrepo.git
Use the format that is most convenient for you. Unity Cloud Build automatically re-writes the URL into the format it needs.
On your Mercurial server, create a user name for Unity Cloud Build and assign a secure password. If your Mercurial host supports it, make this a read-only user account.
In the GRANT ACCESS window, enter the user name and password.
To configure the runtime platform for your app, in the Unity Editor, go to the Services window and make the following changes:
From the TARGET LABEL drop-down menu, select a build platform.
From the BRANCH drop-down menu, select the branch from which to build your project. The default branch in most Git repositories is “master”. If you are building for multiple build targets, you can configure a different branch for each build target.
In the PROJECT SUBFOLDER field, enter the the folder in your project that contains your Unity project; specifically the Assets and ProjectSettings folders. The path to the folder is typically similar to NewGameProject/Src/UnityProject/
Note: If your Unity project is not at the root of your repository, you must complete the PROJECT SUBFOLDER field.
Optionally, uncheck the AUTO-BUILD checkbox if you do not want Cloud Build to automatically build your Project when you make changes to your Project. For more information, see Automated Build Generation.
2018–04–10 Page published with editorial review
Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Is something described here not working as you expect it to? It might be a Known Issue. Please check with the Issue Tracker at issuetracker.unity3d.com.
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information
You've told us this page needs code samples. If you'd like to help us further, you could provide a code sample, or tell us about what kind of code sample you'd like to see:
You've told us there are code samples on this page which don't work. If you know how to fix it, or have something better we could use instead, please let us know:
You've told us there is information missing from this page. Please tell us more about what's missing:
You've told us there is incorrect information on this page. If you know what we should change to make it correct, please tell us:
You've told us this page has unclear or confusing information. Please tell us more about what you found unclear or confusing, or let us know how we could make it clearer:
You've told us there is a spelling or grammar error on this page. Please tell us what's wrong:
You've told us this page has a problem. Please tell us more about what's wrong:
Thanks for helping to make the Unity documentation better!