- Home /
This post has been wikified, any user with enough reputation can edit it.
How to get accurate values from curves using Mecanim
I´m trying to work arround the lack of event support in mecanim using curves, but I can´t get REAL and accurate values from the curve.
If I have a 0,1 curve, for example, I never get a solid 1 with GetFloat. the highest value I get is about 0.97. If I use a threshold it works... but badly. Any ideas how to make it work?
I´ve tried to get the float from Update and from FixedUpdate. Same results
Comment
Your answer
Follow this Question
Related Questions
Mecanim Curves not Registering in Unity Pro 4 1 Answer
Edit Mecanim curves through scripts 0 Answers
Random float parameter for idle animations 1 Answer
Dictionary doesn't exist? 1 Answer