- Изменено
Missing images / updating path doesn't work
I opened the project today and somehow the image path got broken in all of the skeletons. Updating just the image path doesn't work. Only if I open "rename attachment" with clear path fixes it but I have hundreds of attachments.. Is there any way to clear path for all of them at ones?
It isn't clear why your images can't be found. Spine uses the images folder path + attachment name to find each image file. If the attachment has a path set,it uses the path instead of the name. Please show how you have this setup in Spine so we can help you better.
If you want to go down the renaming route, you can use Find and Replace by limiting the scope to the path, then changing the path to the new version you need:
Tree view - Spine User Guide: Find and replace
If your use case happens to have no folders before the path that you may use in the Find field, you can check First occurrence
and Regular expression
then type in the Find field: (.*)
and in the Replace field: newfolder/$1
where instead of "newfolder" you can type the new path to use.