文档

​
​

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
法律信息隐私政策CookiesDocumentation Terms of Use请勿出售或分享我的个人信息您的隐私选择(Cookie 设置)

“Unity”、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属公司在美国和其他地方的商标或注册商标(此处查看更多信息)。其他名称或品牌是其各自所有者的商标。

为方便起见,一些页面是机器翻译的,可能包含不准确的内容。如有信息不一致的情况,以英文版本为准。

  • 在本页上
    • Context menu options


报告此页面的问题