Hello Guest

Author Topic: Add 3d Collider to tiles?  (Read 3329 times)

brutang

  • 2D Toolkit
  • Newbie
  • *
  • Posts: 9
    • View Profile
Add 3d Collider to tiles?
« 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!

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: Add 3d Collider to tiles?
« Reply #1 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).