기술 자료

​
​

Development

User Acquisition

Monetization

산업 분야

DevOps

Unity Version Control

Unity Build Automation

Unity Accelerator

Open Unity Dashboard

DevOps

이 페이지는 선택한 언어로 제공되지 않습니다.
Services
​
​
DevOps
  • Overview
  • Get started
  • Retention schemas
  • Pricing for Unity DevOps
  • Key concepts
Products
  • Unity Version Control
  • Build Automation
  1. Introduction to Unity DevOps

Key concepts

Discover essential Unity DevOps concepts and terminology for new users.
읽는 시간 2분
최근 업데이트: 10달 전

Here are some key concepts for new users:

Unity Build Automation

Unity's cloud-based build service that enables you to build projects remotely, previously known as Unity Cloud Build.

Unity Cloud project

A Unity project represents a game or app your Organization is developing. A project stores all the files related to your game or app, such as the asset and Scene files. See 2D or 3D projects.

Unity Editor project

You can add a Unity Editor project from a repository, or you can create a new Unity Editor project and connect to Unity Version Control. For more information, refer to Get started with UVCS via the Unity Hub.

Version control

Version control systems are software that help you track changes you make in your code over time. As you edit your code, you tell the version control system to take a snapshot of your files. The version control system saves that snapshot permanently, so you can recall it later if you need it. Use Unity Version Control to save your work and coordinate code changes across your team.

Repository

A repository is a location for your code managed by version control. You can store, manage, and develop source code with Unity Version Control. A Unity Cloud project can contain multiple Version Control repositories, and each repository can contain a single or multiple Unity Editor projects.

Artifact

A collection of binaries and deployment manifests that are delivered to the target deployment environment. DevOps artifacts can be a container image, an instance group deployment configuration, or a generic artifact.

Build pipeline

Defines a set of stages for the build process: building, testing and compiling software artifacts, and optionally triggering a deployment.

Deployment pipeline

A sequence of steps for deploying a set of artifacts to a target environment. A deployment pipeline contains stages that run sequentially or in parallel.

Branch

Branches are lightweight references that keep a history of commits and provide a way to isolate changes for a feature or a bug fix from your main branch and other work.

Ignore file

A special file used in many Version Control Systems which specifies files to be excluded from version control. In Unity projects, several files can be excluded from version control. Using an Ignore File is the best way to achieve this. For more information, see the Version control best practices ebook.

Check in

Check in is the act of submitting changes to the repository. You must enter a comment in the text box before you can check in your changes.

Workspace

Your workspace interacts with the version control, where you download the files and make the required changes for each check in.

Copyright © 2026 Unity Technologies
법률 정보개인정보 처리방침쿠키Documentation Terms of Use개인 정보 판매 또는 공유 금지개인정보 보호 선택(쿠키 설정)

'Unity', Unity 로고 및 기타 Unity 상표는 미국 및 기타 지역 내 Unity Technologies 또는 그 계열사의 상표 또는 등록상표입니다(자세한 내용은 여기에서 확인하세요). 기타 명칭 또는 브랜드는 해당 소유자의 상표입니다.

일부 페이지는 편의를 위해 기계 번역되었으며 부정확한 내용이 있을 수 있습니다. 정보가 상충되는 경우, 영어 버전을 우선으로 참조하세요.

  • 보고 있는 페이지
    • Unity Build Automation

    • Unity Cloud project

    • Unity Editor project

    • Version control

    • Repository

    • Artifact

    • Build pipeline

    • Deployment pipeline

    • Branch

    • Ignore file

    • Check in

    • Workspace


이 페이지의 문제 보고