How can i get "_eulerKeyFrame" using "GetCurveBindings(...)" ?
Hi there. Im trying to use.
var curveData = AnimationUtility.GetCurveBindings( animationClip );
I have baked qutarneion rotation result
curveData.Any(a=>a.path == "m_LocalRoation.w") = true
How can i get eulerKeyFrame in animationClip?
Comment
Your answer
Follow this Question
Related Questions
Click to Move Game tutorial - walking animation issue 0 Answers
How to Change (CENTER x ,y,z) of Capsule Collider Animation from Curve ? C# 1 Answer
Anima2D: changing sprites of pre-animated character on runtime 1 Answer
Issue referencing a method that exists in a component that is only decided at runtime 1 Answer
ANIMATION SCRIPTS HELP: Can I Skip/Forward the animation that played by touch? using C# script 0 Answers