Search Issue Tracker
Active
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
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Errors are logged when importing an asset at a path with Firebase
- Entering too big of a number in 2D Renderer Lightmode Tags freezes the Editor
- Crash on GUIManager::DoGUIEvent when focusing on the Game view window on a specific project
- Asset creation in the Project Browser is not always undone/inconsistent when the undo shortcut is pressed right after creating an asset
- JobTempAlloc memory leak warning is thrown when the Player is shut down
Add comment