- Home /
Animation Curves and Mecanim
Hello,
There are a bunch of questions about this topic but I couldn't find a clear answer anywhere. Here is the question.
I have an in-place animation to which I added curves (In the rigged fbx which has the animation). I created 2 float parameters in the relevant controller with the same names as the curves in the animation clip.
Now, when I get the value of the float using animator.GetFloat(), the values I get are not in the value range I entered in the curves. My range is between 0.0f and 4.0f but what I get is approximately -0.6f to 0.03f. Why is this? From what I could gather from other threads, there is some blending going on with some other curves. What is this blending? And if there is some blending happening, how can I remove that?
I am on Unity 5.1.1
Any help will be great.
Thanks
Your answer
Follow this Question
Related Questions
Trying to access mecanim floats C#, 1 Answer
Issue with mecanim playing an animation using setbool 1 Answer
How to use mecanim to play specific animation clips when public static int condition is reached? 2 Answers
What is the proper way to wait for an Animator Controller to update? 1 Answer
Multiple Cars not working 1 Answer