Search Issue Tracker
Won't Fix
Votes
0
Found in
6000.0.54f1
6000.1.14f1
6000.2.0b12
6000.3.0a3
Issue ID
UUM-113042
Regression
No
UnityYAMLMerge fails to resolve and overwrites non-YAML files when exiting the fallback merge tool
Reproduction steps:
1. Install p4merge
2. Set the p4merge as a fallback tool for unknown files in the Unity Editor’s “/Contents/Tools/mergespecfile.txt“ file
3. Extract the attached “IN-106956_TestFiles.zip“ archive
4. Open it inside the terminal
5. Locate and copy the path of the UnityYAMLMerge executable inside your Unity Engine folder
6. Execute the “{path to UnityYAMLMerge executable} merge -p "Base/YamlTest.cs" Left/YamlTest.cs Right/YamlTest.cs Merged/YamlTest.cs“ (the command might need some minor modifications depending on the platform)
7. Exit the p4merge tool without saving the merged file
8. Open the properties of the “Merged/YamlTest.cs“ file
9. Observe
Expected result: The file is left unmodified with the merge conflicts
Actual result: The modified time of the file has changed and the file is now 0 bytes long
Reproducible with: 6000.0.54f1, 6000.1.14f1, 6000.2.0b12, 6000.3.0a3
Reproducible on: M1 Max MacOS 15.5 (Tested by CQA), Windows 11 (User’s platform)
Not reproducible on: No other environment tested
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Customize handled extensions" part in the External Tools settings tab is not aligned with other properties
- Editor Diagnostics foldouts do not open when clicked on the foldout title
- [UI Builder] Visual Elements are not placed at the mouse cursor position when Absolute Position Placement is enabled
- "Width" and "Height" text is misaligned with slider ends in Screen Match Mode Parameters section of Panel Settings Asset
- Editor does not quit when Editor is not in focus and any floating window is opened
Resolution Note:
We will probably be revisiting this one in a few months, when we expect to have resources dedicated to the UnityYAML merge tool.