• EditorBugs
  • [3.8] IK timeline losing curve information when exported as binary file.

  • 編集済み

Problem statement

  • Spine version 3.8.99, Spine-unity 3.8

  • My animation has an IK constraint timeline with softness changes between key frames.

  • When I export the project with binary data then import into unity. As a result I got wrong curve
    information(actually wrong curve type) in SkeletonBinary.ReadCurve().

  • I debugged the code and found that some curve turned into "stepped" while their type should be
    "bezier".

  • But when I export the project using json data, the curve information is all right and works fine.

Debug

  • I logged the curve type in SkeletonBinary.ReadCurve() and SkeletonJson.ReadCurve() method, here's the screenshot.

Binary(wrong curve type):

Json(correct curve type):

I have no idea it's a bug or not, hope someone can help me solve my problem : )

Attachment

Here is my test project which has the same issue.

testik.zip
24kB
Related Discussions
...

We're sorry for the troubles! There indeed seems to be an issue with Spine 3.8.99 exporting (at least your set of) IK curve types incorrectly in binary data export. This issue is already no longer present in the earliest versions of Spine 4.0.

Since Spine 3.8 does not receive any updates any longer, I'm afraid I can't offer any bugfix for this export-related issue, other than either using .json export if you don't want to work around this limitation, or to upgrade your project to Spine 4.0 (and re-exporting your assets from Spine 4.0). Sorry!

  • Flag がこの投稿に返信しました。

    Harald Hi Harald, considering this situation, I may choose .json export specially for those projects. Thanks anyway!

    @Flag You're welcome!