Hi Support,
I am really new to Spine 2D. I have watched some videos in which I have to import JSON file and unpack texture and the images are applied on the bones. Now the JSON file is added correctly the atlas is unpacked and I can see the images folder. I update the images folder path as well but the images are not added in the project. In the Hierarchy window I can see images are applied and no image are missing but still the images are not displayed on the project.
I would really appreciate any kind of help.
Unable to load images
It sounds like you've correctly imported your JSON file and unpacked the texture atlas, but the images are still not displaying in your Spine project. Here are a few steps you can try to resolve this issue:
Check the Images Path: Ensure that the images path is set correctly in Spine. You can do this by selecting the
Images
node in the Hierarchy window and verifying that the path points to the correct directory where your images are stored.Verify Image Formats: Make sure that the images are in a format that Spine supports, such as PNG or JPEG. Spine cannot load PSD files directly.
Limit Scanning: If you have a large number of images, Spine might not be displaying all of them due to the default limit. You can uncheck the
Limit scanning
option to allow Spine to find more than 2,000 image files.Check for Red Icons: If images appear with a red icon, it indicates they are not used in the skeleton. Ensure that the images are correctly linked to the slots in your skeleton.
Import into Existing Skeleton: If you are importing data, make sure to uncheck the
New project
option in theImport Data
dialog if you want to import into an existing skeleton.
By following these steps, you should be able to resolve the issue of images not displaying in your Spine project.
Muzish Could you please check if the viewport options are set to display images?:
https://esotericsoftware.com/spine-tools#Viewport-options
If you check it and still don't see the skeleton's images, could you please send us some screenshots, even via email, so we can see the editor window you're looking at?: contact@esotericsoftware.com
Please include the URL of this forum thread in the email so we know the context. Then we can take a look at what's wrong.