기술 자료

​
​

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
        • Merge branches
        • Navigate the Mergetool window
        • Resolve merge conflicts
        • Checkouts
          • Check out a file
          • Check in changes
        • Shelve changes
        • Undo changes
    • Version Control tools
  • On-Prem
  • Gluon
  • CLI and shortcut references
  • Release Notes
  1. Unity Version Control (previously Plastic SCM)

Check out a file

Check out files to edit in Unity Version Control.
읽는 시간 1분
최근 업데이트: 10달 전

Check out a file in the GUI

To check out a file on the Workspace Explorer tab, right-click the file and select one of the following types of checkout:

Option

Description

CheckoutIf the file path matches the configured lock rules, the checkout operation locks the file. If the file path doesn’t have the lock rules, then the checkout is a local operation that doesn’t lock the file.
Lock and checkoutLock and checkout adds the file path to your configured lock rules so that the file locks regardless of the original lock rules.

Check out a file in the CLI

Read more about checkouts and why you might want to use them.
The
cm ci
command checks in any checked out files in your workspace. To check in all changes, add the
--all
modifier.
참고
UVCS considers any files that you move with the
cm mv
command checked out.
  1. Run the
    cm co
    command to check out a file before you edit it.
>cm co q3radiant\Bmp.cppThe selected items are about to be checked out. Please wait ...Item q3radiant\Bmp.cpp was correctly checked out
  1. Run the
    cm ci
    command to check in your files.
>cm ci -c "changed bmp and moved aselib"The selected items are about to be checked in. Please wait ...Assembling checkin dataValidating checkin dataUploading file dataUploaded 0 bytes of 9.26 KB (0%)Confirming checkin operationModified c:\Users\pablo\wkspaces\quake_path\q3radiant\Bmp.cppCreated changeset cs:577@br:/main/fix-1342@quake@localhost:6060 (mount:'/')

Additional resources

  • Checkouts
  • Smart Locks
  • Use Smart Locks

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

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

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

  • 보고 있는 페이지
    • Check out a file in the GUI

    • Check out a file in the CLI

    • Additional resources


이 페이지의 문제 보고