Hi!
I'd like to bind just the X position of my root bone to just the X positions of several bones and IK constraints, and alternate between them using a stepped curve.
This way, I envision, I can animate my walk cycle and set keys on the "effect on the root motion" constraint.
Though I guess I oversimplified it, because now I realise that those effects would be constantly relative, rather than additive.
HMMMM!
Ok, new feature request! 😉 (My apologies)
"Pass delta coördinates / animations of selected bones/IK's by passing certain messages."
What I did to make the pickle in this video walk:
• I wrote down all the "touching ground" transforms of IK's and Toe-bones (to correct for foot roll)
• calculated their differences & delta's
• I then entered these values as Root-bone X transforms,
• matched up the easings from the bones to to root.
• Then, in Unity, I make use of our own implementation of "root motion"
Is there a community spine-unity repository we could share this on?