- Изменено
Error reading skeleton JSON
Error reading skeleton JSON file for SkeletonData asset: New SkeletonData
Invalid timeline type for a bone: shear (bone_hair_top)
at Spine.SkeletonJson.ReadAnimation (System.String name, System.Collections.Generic.Dictionary`2 map, Spine.SkeletonData skeletonData) [0x00584]
Any thoughts on what's causing this error? We got the new version of spine and updated our run time.
We also deleted the bone it was complaining about, and then more bones became problematic. Do we need to re-add the bones so we don't have to worry about this in the future?
Thanks.
Seems like you exported using Spine 3.2.
spine-unity release is currently only compatible with Spine 3.1.05.
Import this beta of the 3.2 spine-csharp into your existing project with spine-unity.
This is still work in progress.
Is it possible to get these files in a non unitypackage version?
All the bare code/files is in this fork of the runtimes:
https://github.com/pharan/spine-runtimes/tree/csharp-3-2beta
In the spine-csharp
folder like it's supposed to be.
:yes:
THANK YOU