기술 자료

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
  • On-Prem
  • Gluon
    • Configure Gluon
    • Gluon workspaces
    • Manage changesets
    • View local changes
    • Work in version control
      • Check out and lock files
      • Find image differences
      • Check in changes to the server
      • Use branches
      • Save a specific revision
    • Undo or revert changes
  • CLI and shortcut references
  • Release Notes
  1. Unity Version Control (previously Plastic SCM)

Check out and lock files

Perform exclusive checkout operations to prevent simultaneous edits.
읽는 시간 1분
최근 업데이트: 10달 전

Check out a file to make sure that other users don’t simultaneously edit the same files as you. If you have lock rules set up, when you check out a file, you lock the file so that no one else can edit it until you check the file back in.
참고
A checkout only locks files if your server has lock rules set up.

Checkout

To check out a file, right-click the file and select Checkout.
참고
To check out or lock a file with the command line, run the
cm partial checkout
command.

Force a lock and checkout

If you don’t have lock rules set up, or want to ensure that a file is locked, you can select Lock and checkout. If the server for the repository doesn’t have lock rules set up, a dialog displays for you to add your own lock rule.

Check out files recursively

If you need to lock all of the files in a folder, right-click the file and select Checkout recursively.
참고
To perform a recursive checkout in the command line, run the command:
cm partial checkout -R
.

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

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

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

  • 보고 있는 페이지
    • Checkout

    • Force a lock and checkout

    • Check out files recursively


이 페이지의 문제 보고
​
​