기술 자료

​
​

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
  • Tutorials
    • Migrate from Git
    • Migrate from Perforce
    • Version Control settings
    • Configure the client
    • Version Control workflow
      • Set up a workspace
      • Create a repository
      • Use a nodata replica
      • Create a branch
      • Modify files
      • View file history
      • Code reviews
      • Code reviews (GUI)
      • Merge changes
    • Version Control tools
  • On-Prem
  • Gluon
  • CLI and shortcut references
  • Release Notes
  1. Unity Version Control (previously Plastic SCM)

Create a branch

Create a new branch in your repository.
읽는 시간 1분
최근 업데이트: 10달 전

In Unity Version Control (UVCS), you can work in branches. You can create and switch between branches in both the Unity DevOps Version Control desktop application, and the command line.

Create a branch in the GUI

  1. On the Branch Explorer tab, right-click the changeset from which you want to create a branch.
    Your current changeset shows a house icon.
  2. Select Create branch from this changeset.
  3. Select whether you want to create manually or from a task:
    • If you use tasks in UVCS, you can select a task and mark it as open in your issue tracker.
    • If you want to create a branch manually, select the Manual tab and enter a branch name.
  4. Enter any comments.
  5. To start development on the branch, select Switch workspace to this branch and select Create.

Create a branch in the CLI

  1. To create a new branch, run the
    cm branch
    command:
    cm branch main/fix-1342
    If you don’t specify a changeset, the new branch branches off the latest changeset on the parent branch. To specify a changeset, use the
    --changeset
    or
    --label
    modifier.
  2. Run the
    cm switch
    command to switch your workspace to the new branch:
    <Note> cm switch main/fix-1342</Note>Performing switch operation...Searching for changed items in the workspace...Setting the new selector...Plastic is updating your workspace. Wait a moment, please...The workspace c:\Users\pablo\wkspaces\quake_path is up-to-date (cset:573@quake@localhost:6060)

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

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

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

  • 보고 있는 페이지
    • Create a branch in the GUI

    • Create a branch in the CLI


이 페이지의 문제 보고