UnityYAMLMerge Error - Found unexpected end of stream
Hello,
I am currently working on a game with a small group. We are using Git as VCS and trying to solve merge conflicts with scenes.
We are using Source Tree and have inputed the correct path to the external tool and the argument merge -p $BASE $REMOTE $LOCAL $MERGED
, found on Unity's manual page for Smart Merge.
The problem is when I use the external tool UnityYAMLMerge, it prompts several errors saying:
Error parsing file '.\Assets\Scenes\main_BASE_8036.unity': found unexpected end of stream
Error parsing file '.\Assets\Scenes\main_REMOTE_8036.unity': found unexpected end of stream
Error parsing file '.\Assets\Scenes\main_LOCAL_8036.unity': found unexpected end of stream
What am I doing wrong?
Any update on this, I am having exactly the same errors on $$anonymous$$acOS ? I suspect it has something to do with wrong fallback merge tool configuration.
Answer by JakeTurner · Apr 11, 2018 at 09:08 AM
@baovien95 please can you report this as a bug so we can track it and get it fixed. Before that I will try to get a recreate.