Version: 2018.3 (switch to 2019.1 )
Using the Unity Developer Dashboard to configure Unity Cloud Build for Perforce
Building for iOS
Other Versions

Using the Unity Editor to configure Unity Cloud Build for Perforce

Unity Cloud Build supports Projects stored in Perforce repositories.

Enabling Cloud Build

  1. In the Services window, next to Cloud BuildA continuous integration service for Unity Projects that automates the process of creating builds on Unity’s servers. More info
    See in Glossary
    click the OFF button to switch it ON:
  1. In the CLOUD BUILD window, click the Cloud Build toggle to enable Cloud Build for your Project.
  1. In the Build History window, click Set up Cloud Build.

Setting the source control hosting type

In the services SOURCE CONTROL window:

  1. From the SOURCE CONTROL HOST TYPE drop-down menu, select PerforceA version control system for file change management. More info
    See in Glossary
    .
  2. In the SOURCE CONTROL HOSTING URL field, enter the URL of the Perforce repository. For information on the format of the URL, see the URL syntax section below.
  3. Click the Next button.

URL syntax

To connect to your repository, you must specify the URL to your Perforce server. You can specify the URL to use the following protocols:

  • HTTPS
  • SSL

The following are examples of valid URLs:

  • https://127.0.0.1:1667
  • ssl:127.0.0.1:167

Grant access

In the GRANT ACCESS window, enter the username and password, then click Next.

Setting up a runtime target platform

To configure the runtime platform for your app:

  1. In the CHOOSE PLATFORM window, select the build platform from the PLATFORM drop-down menu and then click Next.
  2. In the TARGET SETUP window, from the CLIENT WORKSPACE drop-down menu, select the Perforce workspace from which to build your Project.
  3. In the PROJECT SUBFOLDER field, enter the folder that contains your Unity Project; specifically the AssetsAny media or data that can be used in your game or Project. An asset may come from a file created outside of Unity, such as a 3D model, an audio file or an image. You can also create some asset types in Unity, such as an Animator Controller, an Audio Mixer or a Render Texture. More info
    See in Glossary
    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.

  1. From the UNITY VERSION drop-down menu, select the version of Unity to use to build the Project.
  2. 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.

Did you find this page useful? Please give it a rating:

Using the Unity Developer Dashboard to configure Unity Cloud Build for Perforce
Building for iOS