How to properly set up YAMLMerge and a merge tool on windows
Is there a proper and thorough guide on how to set up YAML merge on windows?
I tried to follow this: https://stackoverflow.com/a/45738772/4279201
but Meld is always showing this:
And I also got these many zero files as conflicts on each small change (do I even need them?) and the only way to "resolve" them is to launch the external merge tool (which I don't think work).
So is there a proper guide on how to set this up?
3 years later and I have the exact same problem. Did you find a solution?
Answer by DieterSupportSquare · Mar 23, 2021 at 05:25 PM
in MERGESPECFILE.txt, changing all the "$" to "%" worked for me.
so it should look like this:
unity use "C:\Program Files (x86)\Meld\Meld.exe" "%r" "%b" "%l" -o "%d" --auto-merge prefab use "C:\Program Files (x86)\Meld\Meld.exe" "%r" "%b" "%l" -o "%d" --auto-merge
Default fallbacks for unknown files. First tool found is used # * use "C:\Program Files (x86)\Meld\Meld.exe" "%r" "%b" "%l" -o "%d" --auto-merge
Your answer
Follow this Question
Related Questions
Unity smart merge + GIT on MAC OSX 0 Answers
UnityYAMLMerge Error - Found unexpected end of stream 1 Answer
How to get rid of unity lockfile 3 Answers
How to use version control with Unity 0 Answers
Can't upload project to GitLab 2 Answers