2D Toolkit Forum

2D Toolkit => Support => Topic started by: brutang on September 26, 2014, 06:42:47 pm

Title: 2d and 3d Collider
Post by: brutang on September 26, 2014, 06:42:47 pm
Is it possible to have a 3d collider generated on top of the 2d collider using tilesets? I need a 3d collider to handle particle effect collisions to make it look like blood is splashing on the ground, and manually positioning 3d box colliders along varying platform levels is very time consuming. Hopefully I'm just skipping over some stuff?
Title: Re: 2d and 3d Collider
Post by: unikronsoftware on September 26, 2014, 09:29:47 pm
Tk2d only supports one or the other, not both at a time. Unity doesn't allow attaching 2d and 3d colliders to the same objects, so it will have to be split up somehow.