spine-spritekit
spine-spritekit copied to clipboard
Unofficial Spine 2D Runtime for iOS 7 SpriteKit
Hi. Is there any way to integrate this library into our existing project? Thank you
The spritekit runtime in the demo about spritekit on this official website is already very old. There will be many errors when relying on the new sprite-c runtime. Has anyone...
After getting some crashes I verified the demo code using Apple's instruments tool to detect leaks and it keeps showing a leak on: extention.c - line 43 : void\* _malloc...
I've been reading the docs trying to find an answer, but I'm still not sure how to trigger an animation on a skeleton once the scene has loaded. Would I...
After much trial and error, it seems that the drawing order for the SKSpriteNodes follows the order that the skeleton's bones are defined in the .json file (rather than any...