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.