Get started for end users

Sign up for Unity DevOps

  1. If you don’t have one, create a Unity ID from the Unity website.
  2. Select the profile icon in the top right corner.
  3. Select Create a Unity ID.
  4. Sign in to the Unity Developer Dashboard.
  5. From the left-hand panel, select DevOps > Try for free.
  6. On the Product Details page, select Continue to purchase.
  7. From the Your Order page, complete the sign-up process and enter your account credentials.

Your DevOps journey

After you sign up for Unity DevOps, perform the following steps to use the DevOps service for continuous integration, delivery, and deployment of your projects to compute platforms:

Create (Version control)

  1. Create a DevOps project for grouping the resources needed to implement your continuous integration and deployment (CI/CD) application.
  2. Create a repository with Unity VCS, or integrate external code repositories such as GitHub, GitLab, and Bitbucket Cloud. See Source control.

Transform (Build automation)

  1. Create a build target that contains the stages that define the build process for successfully compiling, testing, and building before deployment.
  2. Start the build process by manually running a DevOps build.
    The manual run uses the latest commit to the code repository that was added to the build. You can run the build based on a specific commit by noting the commit details.