Hello Guest

Author Topic: SpriteCollection Editor Polygon Collider questions  (Read 3656 times)

Intrawebs

  • 2D Toolkit
  • Newbie
  • *
  • Posts: 16
    • View Profile
SpriteCollection Editor Polygon Collider questions
« on: April 11, 2016, 05:37:19 am »
I can't seem to find documentation on what these three items below are and when/why I should use them?

Collider Type = none, front & back, font, back
Convex = true/false
SmoothSpehereCollision = true/false


I'm creating a top down arena game would like to use polygon colliders for my sprites, which is fine, just want to know if I should be messing with these options above.

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: SpriteCollection Editor Polygon Collider questions
« Reply #1 on: April 14, 2016, 09:36:45 am »
If you use 3d colliders, it creates no caps by default. Front / back / front & back adds these caps to 3D colliders.
Convex ticks the convex box on unity 3d colliders, and likewise for smooth sphere collisions.