maxgribov / Spine

Unofficial Spine runtime Swift library, allows you to play animations created in the Spine app (http://esotericsoftware.com).
MIT License
188 stars 36 forks source link

I run the examples successfully but why no goblin shows on? #63

Closed QTIGER2 closed 9 months ago

QTIGER2 commented 9 months ago

Please anybody can help me? I download the example project and build it successfully. But when the app run on the simulator, no goblin shows on the screen! I dont know what's wrong?

some info: xcode version: 15 simulator: iphone 15 pro ios:17.2

background: black nodes count:42 draws count:1 fps:60

image
QTIGER2 commented 9 months ago

I know whats wrong, the folder is "Goblins", not "goblins"!!!!!

maxgribov commented 9 months ago

yes, there was a problem with goblins folder name. For some reason in my local repo it was correct but on remote not. Just reset repo. You can clone it again and everything should work.

QTIGER2 commented 9 months ago

yes, there was a problem with goblins folder name. For some reason in my local repo it was correct but on remote not. Just reset repo. You can clone it again and everything should work.

Thanks for your reply!But now I have another problem,the photos in Assets Wiki page “https://github.com/maxgribov/Spine/wiki/Assets#sprite-atlases” have been corrupted!Can u please repair it?

maxgribov commented 9 months ago

Can u please repair it?

done

QTIGER2 commented 9 months ago

Can u please repair it?

done

Thanks a lot!😃