• EditorBugs
  • First Time Exporting on Spine

Hello! I am new to Spine and don't clearly know how to export. what is a proper tutorial on how to, and what do I do when faced with an error box that says:
Export Warning: Images path not found:./images [skeleton]
and
Error Packing Images: An error occurred while packing the images.

Related Discussions
...

To export from Spine, you should ensure that you have set up your project correctly. When exporting, make sure to check the "Pack" option if you want to generate a texture atlas and PNG files along with your JSON. If you encounter an error saying "Images path not found," it usually means that Spine cannot locate the images in the specified path. Ensure that your images are in the correct folder and that the path is set correctly in Spine. For the error "Error Packing Images," it could be due to missing images or incorrect settings in the texture packer. Make sure all images used in your skeleton are available and correctly referenced. You can find more detailed instructions on exporting in the Spine User Guide.

How the images path works is explained here:
http://esotericsoftware.com/spine-images

Are you exporting from the command line or the UI?