MecanimBridge smoothVelocity

Hey,

MecanimBridge is an amazing script that has made implementing root motion super easy.
However around Line 80, you force the magnitude of the smoothedVelocity to be minimum 0.4f
Could you elaborate what this is used for?

(though I did make quite a few changes to these scripts, and don’t use the real desiredVelocity)
I can not see this ever being useful. The animation transition from walking 0.4 forward to 0 is instant. And quite visible with various characters.

For my use case the transitions are much smoother without.

Wolf

Ps. Any reason why MecanimBridge isn’t really part of the project, but rather part of an example scene?