Unity Issue Tracker - Additional line breaks are added to asset files when merging with UnityYAMLMerge
Fixed
UUM-72934
Additional line breaks are added to asset files when merging with UnityYAMLMerge
Unity: Version Control
Fixed
6.1.X
6.0.X
2022.3.X
2021.3.X
Won't Fix
2023.3.X
Cancelling port since 2023.3 is an unsupported version, 2023.3 became 6000.0 and a port is already open for it
How to reproduce:
1. Open the attached “IN-76957” folder
2. Open “test.orig” in any text editor
3. Observe that the contents of line 239 are written on a single line
4. Run “run_mergetool_scene.bat”
5. Open “test.unity” in any text editor
6. Observe the contents of line 239
Expected result: The contents are written on a single line
Actual result: A line break has been added, and the content is split into two lines