2D Toolkit Forum

2D Toolkit => Support => Topic started by: brutang on January 07, 2015, 05:23:15 pm

Title: Add 3d Collider to tiles?
Post by: brutang on January 07, 2015, 05:23:15 pm
Is there a way to have tk2d automatically add a 3d collider (for particle effect collisions) along with the edge colliders it generates?

For example this is what I do manually with 3d box colliders: http://screencast.com/t/WIYaSaVWW

while this is the edge collider setup tk2d generates for me: http://screencast.com/t/t1Qp4vQYok

Thanks!
Title: Re: Add 3d Collider to tiles?
Post by: unikronsoftware on January 07, 2015, 06:35:45 pm
No it isn't at the moment. The code is there and it is possible, but it will mean changing a lot of code (and adding additional gameobjects - you cant have 2d and 3d colliders on the same object).