- Editado
The red missing box of doom
I have started a new project in Spine. I have saved it as a spine project with all of my .png files. Every time I restart my project I keep getting the red box that everything is missing. I don't know what is going on. I have tried everything to fix this.
What am I doing wrong?
Thank you.
Without seeing your project it is difficult to say. Maybe Spine is trying to convert your absolute image path to be relative and fails?
Try saving your project in the same folder or a parent folder to where your images are stored. Then set a relative image path instead of absolute.
Of course this is with the assumption that you are currently using absolute paths
I just created the project in the same folder as the ones that came with spine a nd added all my .png in there.
What is the value of the path for the Images node in the tree? What are the names of you images? Spine uses "images path + '/' + image name + '.png'" to find an image.