기술 자료

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
    • Add version control to projects
    • Editor version control tutorials
    • UI Reference
      • UVCS window reference
      • Pending changes tab reference
      • Incoming changes tab reference
      • Changesets tab reference
      • Branches tab reference
      • Merge tab reference
      • Settings window reference
  • Unity Version Control plugins
  • Concepts
  • Tutorials
  • On-Prem
  • Gluon
  • CLI and shortcut references
  • Release Notes
  1. Unity Version Control (previously Plastic SCM)

Merge tab reference

From the Unity Editor, explore the merge operations in your repository and solve the conflicts.
읽는 시간 2분
최근 업데이트: 10달 전

The Merge tab of the Unity Version Control (UVCS) window displays the changes involved in a merge operation with the potential conflicts to solve. You can use this tab to apply the merge in your workspace and solve the conflicts.
You can start a merge operation with either a branch or a changeset:
  • Select a branch from the Branches tab and select Merge from this branch.
  • Select a changeset from the Changesets tab and select Merge from this changeset.
This opens the Merge tab to show you the changes to merge.
When you open the Unity Version Control window and there is a merge in progress, the window selects the Merge tab automatically.
To add and remove fields from the table, right-click the table header and select the fields you want to show.

Element

Description

Apply changes buttonWhen there are no conflicts to solve, you can directly apply the changes to your workspace.
Resolve conflicts buttonIf there are any conflicts, this button shows instead of Apply changes. This option starts the conflict resolution and resolves one conflict at a time.
PathThe file path and name.
SizeThe size of the file.
AuthorThe user who checked in the change.
DetailsThe description of what the update operation does with the related change.
Resolution methodThe resolution method the user selects when they solve the directory conflicts.
Date modifiedThe date of the file’s most recent check in.
CommentsThe comment added by the user who checked in the change.

Context menu options

Menu item

Description

Merge selected filesWhen selecting one or more conflicts, it starts the merge resolution just for the selected conflicts.
Merge keeping source changes (theirs)When selecting one or more conflicts, solves the conflict by keeping the changes in the source of the merge.
Merge keeping workspace changes (yours/destination)When selecting one or more conflicts, solves the conflict by keeping the changes in the destination of the merge.
Diff source with destinationWhen selecting a file that has changed in source and destination, opens a diff with between the contributors.
Diff ancestor with destination contributorWhen selecting a file that has changed in destination, opens a diff of the destination contributor changes.
Diff ancestor with source contributorWhen selecting a file that has changed in source, opens a diff of the source contributor changes.
Copy pathCopies the full (absolute) path of the selected file(s) to the clipboard.
Copy relative pathCopies the path (relative to the workspace) of the selected file(s) to the clipboard.
HistoryOpens the History tab for the selected file.

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

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

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

  • 보고 있는 페이지
    • Context menu options


이 페이지의 문제 보고
​
​