• Editor
  • importing .json, .plist files to spine

i was given a folder to import to spine and it conisists a png file, .json file, and a .plist file, so i dont know how to import it, i tried several methods to import it.. so it possible to import it? can i get help?

  • Davide відповіли на це.
    Related Discussions
    ...

    To import a .json file into Spine, you should use the "Import Data" feature. Here's how you can do it:

    1. Open Spine and go to the main menu.
    2. Select Import Data to open the import dialog.
    3. In the import dialog, specify the path to your .json file. This file should contain the skeleton and animation data.
    4. After importing, you may need to set the correct image path for your PNG files if they don't load automatically.

    Regarding the .plist file, Spine does not directly support importing .plist files. These files are typically used in conjunction with sprite sheets in game development, particularly in iOS development. You might need to convert the .plist data into a format that Spine can understand, such as a JSON or binary format that includes the necessary skeleton and animation data.

    If you encounter any issues during the import process, check the Spine log for any error messages that might indicate what went wrong.

    Gvarkey

    If you want to import the images too, you need a .atlas file. Is there the possibility that who gave you the file passed you this .plist rather than the .atlas?

    • Gvarkey відповіли на це.

      now its working, i got the .atlas file and its properly importing, thankyou Davide

      • Davide вподобали це.