Hello Guest

Author Topic: 2d and 3d Collider  (Read 3758 times)

brutang

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

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: 2d and 3d Collider
« Reply #1 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.