nicloay / unity-spine-importer

Bring data from spine (EsotericSoftware) in to the unity3d
BSD 3-Clause "New" or "Revised" License
37 stars 14 forks source link

draw order in animation issue #18

Open jay-jay-chang opened 10 years ago

jay-jay-chang commented 10 years ago

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.