Documentation

​
​

Development

User Acquisition

Monetization

Industry

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
    • Organizations
    • Repositories
    • Workflows and partial replicas
    • Security
    • Dynamic workspaces (Windows)
    • File explorer
    • Code reviews
    • Branches
    • Merge conflicts
    • Mergebots
    • Xlinks
    • Smart Locks
    • Symlink Support
    • Triggers
  • Tutorials
  • On-Prem
  • Gluon
  • CLI and shortcut references
  • Release Notes
  1. Unity Version Control (previously Plastic SCM)

Merge conflicts

Resolve merge conflicts in the Unity Version Control desktop application.
Read time 1 minute
Last updated 10 months ago

Merge conflicts occur when you try to merge changes into a branch that has conflicting changes. For example, if you change a specific part of a file and someone else also changed that part of the file, then a version control system can’t determine which change takes precedence.

3-way merge tracking

Unity Version control (UVCS) uses 3-way merge tracking, which shows three elements of a merge: the base, the source, and the destination.
The base is the common ancestor of the two changesets you want to merge. The base shows you the file before the changes, which allows UVCS to automatically resolve most merge conflicts. If you have two contributors, and only one modifies a line of code, UVCS compares the line of code with the base in order to keep the modified line in the merge.
For more information, refer to Navigate the Mergetool window

Manual merge conflict resolution

When the same line of code is modified in both the source and the destination, UVCS doesn’t know which modification you want to merge. This means you need to use the UVCS desktop client to manually resolve the merge conflict.

Copyright © 2026 Unity Technologies
LegalPrivacy PolicyCookiesDocumentation Terms of UseDo Not Sell or Share My Personal InformationYour Privacy Choices (Cookie Settings)

"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S and elsewhere (more info here). Other names or brands are trademarks of their respective owners.

Some pages are machine-translated for convenience, and may contain inaccuracies. In the event of conflicting information, the English version is authoritative.

  • On this page
    • 3-way merge tracking

    • Manual merge conflict resolution


Report a problem with this page