2D Toolkit Forum

2D Toolkit => Support => Topic started by: turkerkarahan@yahoo.com on October 09, 2013, 06:23:40 pm

Title: Spine animation body part collider
Post by: turkerkarahan@yahoo.com on October 09, 2013, 06:23:40 pm
Hello,
I'm using Spine with Tk2d and an object's animation is created with an spritecollection with parts of that animation.
I'm trying to put collider to some parts but they dont appear when all the parts get together and animation play.
Any help?
Title: Re: Spine animation body part collider
Post by: unikronsoftware on October 10, 2013, 09:12:18 am
The spine tk2d runtime doesn't create colliders the last time I looked. You'll have to either implement that, or create normal tk2d sprites at those positions.