Disabling a Collider?

Hi, I’m trying to disable a collider when its gameobject is below a certain y-coordinate. How would you recommend I go about doing this?

[Resolved]
What I wound up doing was resizing the collider to (0,0,0) when the y-coordinate was less than desired and in any other circumstance being at normal size.

could you give an example of the code you used to do this. I’m working on a similar problem and would appreciate it :slight_smile:

or this

Other solution is to change it to a trigger.

http://unity3d.com/support/documentation/ScriptReference/Collider-isTrigger.html