Force animation to be evaluated immediately

Hello,

It is possible to play an animation step immediately during the Upadte() of a behavior ?

Animation.Play() animates the GameObject between Update() and LateUpdate() but, for some reason, I need to evaluate several different animation steps in Update().

Here is the answer, a combinaiton of Animation.Sample() and animation weight: