Blending animations on same body part

Hi,

I have a blend tree set up for a humanoid character with different animations for movement depending on its stance and speed. To get a kind of crouch running animation, I stacked a running animation and a crouch walking animation together on the same blend tree coordinates . Visually, it works pretty much as I hoped, and the two animations blend well together.

Unfortunately, Unity doesn’t seem to like it very much:

As you can see, it also blends with an animation on completly different coordinates (bottom right of the blend tree) for seemingly no reason, which breaks everything since the character moves with root motion. Is there a better way to do this?

Thanks in advance.

Bump – I am still looking for a solution if anyone can provide one.

I had the same issue. It only seems to occur in 2D blend trees. I created my own 2d blend tree with several 1D blend trees. I have had no problems since then.
But I don’t think that there is a ‘better’ solution than you are already using. It simply seems broken atm.

Okay, at least it’s reassuring to see that I’m not the only one with this problem. Thanks for the 1D trees solutions, I’ll try that!