• Editor
  • New images in same project not arranged properly.

Hello,

I have this spine project for my main character, which i have made in Photoshop. I already made a couple of animations for him, but now i need to add a weapon. I have drawn a weapon inside the same Photoshop file and exported the json. The weapon consists of multiple layers itself (because some parts move and are interactive), which is an issue because now when i load up the Spine project those new images are red and unassigned. When i assign them to a new bone or slot they appear but are not aligned properly, all the parts of the weapon are just thrown around and completely mismatched, which forces me to adjust them manually...why does this happen?
Every time when i start a new Spine project it loads up the proper layer alignments from Photoshop perfectly, so why doesn't this work for new images?

Related Discussions
...
  • Изменено

Hi MadPropz101, I recommend doing the following when you want to add new images to your spine file:

  1. in your current Spine project, click on the spine logo and select import data
  2. make sure to deselect "new project", set the path to the new json file, then confirm
    a new skeleton will appear, with all the slots in place.
  3. select the slots that you want to add from the new skeleton in the tree view, then drag them in your old skeleton
  4. delete the new skeleton and adjust the draw order of the newly added images to suit your needs

You can also see the described process in this video from 00:05:57
Twitch: Rigging Clothes in Spine - a.k.a. rigger's HELL Pt.1 - YouTube

Erikari написал

Hi MadPropz101, I recommend doing the following when you want to add new images to your spine file:

  1. in your current Spine project, click on the spine logo and select import data
  2. make sure to deselect "new project", set the path to the new json file, then confirm
    a new skeleton will appear, with all the slots in place.
  3. select the slots that you want to add from the new skeleton in the tree view, then drag them in your old skeleton
  4. delete the new skeleton and adjust the draw order of the newly added images to suit your needs

You can also see the described process in this video from 00:05:57
Twitch: Rigging Clothes in Spine - a.k.a. rigger's HELL Pt.1 - YouTube

Awesome, thanks a lot!