Hi all,
I was wondering, how can I retrieve the size of an CCSkeletonAnimation ? I need it to compute where to place my CCSkeletonAnimation instances with respect to each other, in a project where the textures change (different atlases for some characters that share the animation)
I've tried the following commands and they always return an empty CGPoint :
[ccSkeletonAnimInstance contentSize]
[ccSkeletonAnimInstance boundingBox]
I'm using spine 1.1 with Cocos2D 2.1. Running on several iPad (iOS 7, 8 and up).
Thanks!