Search Unity

Operations with different colliders2D

Discussion in 'Scripting' started by slagemer1, Sep 19, 2014.

  1. slagemer1

    slagemer1

    Joined:
    Aug 13, 2014
    Posts:
    12
    Hi, can anyone tell me, how can i disable one of two colliders? I have Polygon2D and Circle2D colliders, i need to switch off Circle2D collider. But i only can "collider2D.enabled=false" - it will switch off all Colliders2D. Very need help, thanks!