Merge conflicts
Resolve merge conflicts in the Unity Version Control desktop application.
阅读时间1 分钟最后更新于 5 个月前
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.