Documentation

Support

Introduction to Unity DevOps

Learn about Unity DevOps tools and workflows for efficient team collaboration.
Read time 2 minutesLast updated 16 hours ago

Unity DevOps is a group of tools and workflows that can help you develop games efficiently and keep your projects secure. Use these tools to support your team as you scale, collaborate and create better together. With Unity DevOps, you can do the following:
  • Create private project repositories to store and manage source code.
  • Leverage UVCS repositories with Build Automation.
  • If you don't want to use UVCS, connect to external repositories such as GitHub, GitLab, and Bitbucket Cloud.
  • Build and test your latest changes in a build pipeline.
  • Set a trigger to automatically run your build pipeline from a source code commit or pull request.
DevOps consists of a pay-as-you-go consumption model and a free plan.

Get Started

Unity Version Control

Unity Version Control (UVCS) is a version control and source code management tool for game and real-time 3D development that you can use to improve team collaboration and scalability with any engine. UVCS offers optimized workflows for artists and programmers, and efficiency for working with large files and binaries. The UVCS web experience has new and deeply integrated role-based workflows, code reviews, and user management. These capabilities can connect teams and increase productivity for real-time content creators. You can use UVCS directly in the Unity Editor, and you can use UVCS with plugins to connect with other applications.

Unity Build Automation

Unity Build Automation is a continuous integration tool that automatically creates multiplatform builds in the Cloud. You can point Build Automation toward your version control system to do the following:
  • Automate new builds.
  • Increase build speed.
  • Catch problems early.
  • Iterate your builds efficiently with agility.
Build automation supports multiple version control systems, including Unity Version Control, and can build for multiple platforms simultaneously, including iOS.

Help and support

There are multiple options available for you to access support for your DevOps services. Use the following resources to find information:
  • In the Unity community forum, you can post your questions and get help from other users. For common issues, you can search for threads to find if someone else has asked the same question.
  • Talk with other Unity DevOps users in the DevOps Discord channel.
  • Explore and search the Build Automation knowledge base to find relevant questions and answers.
Contact the DevOps support team directly:
  • To submit a ticket from the Unity Dashboard, open DevOps and select Help & Support > Ticket > File a ticket.
  • Contact support at devops-vcs-support@unity3d.com for all version control questions.

Additional resources

The following resources are available to help you learn more about Unity DevOps and its components.