기술 자료

​
​

Development

User Acquisition

Monetization

산업 분야

Unity Version Control

DevOps

On-prem

Gluon

Editor plug-in

Open Unity Dashboard

Unity Version Control

이 페이지는 선택한 언어로 제공되지 않습니다.
​
​
Unity Version Control
  • Overview
  • Cloud Repositories organization update
  • Installation
  • Use UVCS with the Unity Editor
  • Unity Version Control plugins
  • Concepts
    • Organizations
    • Repositories
    • Workflows and partial replicas
    • Security
    • Dynamic workspaces (Windows)
    • File explorer
    • Code reviews
    • Branches
    • Merge conflicts
    • Mergebots
    • Xlinks
    • Smart Locks
    • Symlink Support
    • Triggers
  • Tutorials
  • On-Prem
  • Gluon
  • CLI and shortcut references
  • Release Notes
  1. Unity Version Control (previously Plastic SCM)

Branches

Manage branches in Unity Version Control repositories.
읽는 시간 1분
최근 업데이트: 2달 전

A branch acts as a parallel line of development. You can make changes on a dedicated branch instead of your repository's main branch to isolate your changes so developers can work simultaneously, until you’re ready to merge your changes into the main branch.
When you create a new branch, the branch is a child of the branch that you create it from. A branch isn’t a copy of the entity repository structure, or a special directory; each branch points to its parent branch. This means the branch inherits data and only stores and adds the changes that you make.
Each repository that you make in Unity Version Control (UVCS) has a default branch called
main
. UVCS creates the main branch with an empty changeset,
cs:0
, which contains your root directory.
Each changeset you make belongs to a branch in your repository.

Branch data

In UVCS, a branch is a complete entity, and has its own metadata:

Metadata

Description

Creation dateThe date and time of the branch creation.
CreatorThe individual or entity responsible for the branch creation.
GUIDGlobally Unique Identifier assigned to the branch for identification purposes.
CommentsOptional descriptions accompanying branches that provide additional context or information.
AttributesValue-pair combinations assigned to branches, often used for status designation or categorization.

Branches in the Unity Dashboard

The Branches tab shows you a list of branches in the repository. On this page, you can do the following tasks:
  • Search by branch name, changeset, and author.
  • View the latest changeset and time of creation for each branch.
  • View the branch creation date.
  • Request a code review.

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

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

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

  • 보고 있는 페이지
    • Branch data

    • Branches in the Unity Dashboard


이 페이지의 문제 보고