Hi..
It's just a simple question, can anyone please tell me how I can remove a collider?
which function should I use?
Thanks!
Destroy(collider);
Assuming you're in a MonoBehaviour in a game object.