This might be a newbie question, but I've been trying to create skins for my character in spine. I've been following this tutorial to add the other skins.

When the root folder in images is my main character spine has no problem finding all my files. However when I, as told in the tutorial, make a folder for skins and place two skins in said folder, spine won't be able to find any of the files and keeps displaying the images as missing. I've tried to use the find and replace function but it doesn't seem to be doing anything. In the attachments I'll show how I've been trying to find and replace the files.

I'm also currently on a mac on a server but had the same problem on a mac desktop. And maybe unrelated, but none of my shortcuts seem to be working?

Related Discussions
...

Hello, I think the path you set for the images doesn't match the one showing under your images node.
When you select an image from the images node, you can clearly read its path in the lower right corner as Sloth_V02/bovenarm L but you are setting the path to Sloth_V02/images/bovenarm L which causes Spine to find nothing, since there's no images folder inside Sloth_V02

In find and replace, just type:
Sloth_V02/$1
Instead of the version in the screenshot and it should work!

Hello, thanks for the reply!
that indeed worked to set a path to the folder for the Sloth character. Now i copied the skin to do the same for the baboon (baviaan) but now it doesn't work again.

sorry if this is a dumb question but i really don't see what i'm doing wrong.

Hello, It looks like you used some uppercase naming for the folder, but you didn't use it in the find and replace section. The name must be identical to work!
This is why I always go with lowercase for everything on my files 😃