Reply To: Spine Animation Track

Slate Forums Custom Clips Spine Animation Track Reply To: Spine Animation Track

#1484
cagezero
Participant

Thanks Gavalakis! I might be missing something, but this package seems to have the same problem as the previous package. One instance of the problem is on line 103 of the class SpineAnimationTrack.cs:

baseAnimation.Apply(skeleton, 0, scaledTime, true, null, baseWeight * this._weight, false, false);

So far I have converted the Apply method to pass in the appropriate information for the parameters: ‘loop’, ‘pose’, and ‘direction’, but we are still getting some strange behavior when blending between two animations.