Hello,
i’ve been following the mecanim tutorial to add my project an animation controller, using the animator and mecanim.
It’s working perfectly.
During the tutorial, it is explained that we have to correctly set the offset so that the average velocity of the character is 0, means that the avatar will walk/run forward.
With the tutorial we are doing this for running only, but walking is also affected by this problem the average velocity of the WalkForwar animation being : (-0.026, 0.000, 1.514).
I would like to be able to modify this value (setting the first one to 0 would be fine, at first) but the properties (offset from root transform rotation) are all greyed and i cannot change them anymore. Why so ? How can i do to recover this ?
I’ve been looking around for my problem, but found nothing… seems i am the only one being bothered with this ^^ =)
Thank you,