i found a bug that the drawOrder in animation didn't be correctly deserialized, because the property "draworder" in SpineAnimation didn't match the tag "drawOrder" in jsonData.
it made SpinAnimation.draworder always be null.
change the SpinAnimation.draworder to SpinAnimation.drawOrder will fix the problem.
i found a bug that the drawOrder in animation didn't be correctly deserialized, because the property "draworder" in SpineAnimation didn't match the tag "drawOrder" in jsonData. it made SpinAnimation.draworder always be null.
change the SpinAnimation.draworder to SpinAnimation.drawOrder will fix the problem.