• Editor
  • spine import is not work.

I'm trying to import other game spine project. but I can't import data. why?

Related Discussions
...

The data does import, just with warnings. Is there a problem after import?

7 days later

jhuna11003 The image file icons shown under the Images node are green, so I believe the image placement itself is done in that skeleton. (If the file is not used in the skeleton, the icon will be orange.)
Could you please check if the slots or attachments are hidden? Expand the folded root bone and check it.

I don't see that you expanded your tree to look at the attachments.

All you did is expand the tree. Where are the attachments? Mouse over the meshes. You'll see their outline even if they don't show their image. Zoom in and see what images are there. My guess is your skeleton scale doesn't match the images. When you import the skeleton, set a scale like 0.25, 0.3, 0.5 , etc.
http://esotericsoftware.com/spine-import#Scale

jhuna11003 I think I found the cause! There is a warning about mesh attachments when importing the .skel file shown at 0:48. This message itself is not directly relevant, but from here we can see that the skeleton uses a lot of mesh attachments. Since Spine ESS cannot use meshes, it cannot display a skeleton that uses mesh attachments. If you upgrade the editor to Spine PRO you should be able to display that skeleton correctly.

One more question. Can I use spine pro like spine viewer?
I want to ripping spine sprites.

Ah, sorry I didn't notice it was Spine ESS. You can use the Spine Trial to try an import and see if it behaves like you want, but you won't be able to export.

You can run the skeleton viewer through the editor like this (using the trial, ESS, or PRO):

spine 

---

skeleton-viewer

That may be easier than unpacking an atlas and importing JSON or binary data into Spine.

4 days later