Search Unity

Fastest Collider...

Discussion in 'Editor & General Support' started by Jonathan Czeck, Jul 14, 2005.

  1. Jonathan Czeck

    Jonathan Czeck

    Joined:
    Mar 17, 2005
    Posts:
    1,713
    I have a bunch of cases where I could either use a sphere or a box collider for big area triggers. (Think, you enter a certain zone in a level so some bots get enabled.) Which one do you think is fastest? I'd guess the difference is really insignificant, but it'd be nice to know if there was one.

    (I've got my money on sphere)

    -Jon
     
  2. Joachim_Ante

    Joachim_Ante

    Unity Technologies

    Joined:
    Mar 16, 2005
    Posts:
    5,203
    I'd think sphere too but it depends on what you collide against. And it truly doesn't make a noticable difference.