- संपादित
What's wrong with this SkeletonData file?
This skel file is outputting from Unity3D and I want to import it to Spine but nothing will happen. Could you help me check what's wrong with this file?
You have to set the extension to .skel.bytes
instead of .skel
, otherwise it will not be recognized in Unity.
You can find documentation about import and export here on our spine-unity documentation pages:
spine-unity Runtime Documentation: Spine Unity Export for Beginners
[Edit] Sorry, I just noticed that the binary extension has not been mentioned too well. I have added a section to the documentation pages here:
spine-unity Runtime Documentation: Binary Export for Unity