revert Physics.IgnoreCollision

Hello there, is there a way to revert Physics.IgnoreCollision?? I want to ignore the collision of certain object and then revert it, is it possible?

Thanks!!

Physics.IgnoreCollisions takes three parameters (as you can see in the docs); the third is whether or not the ‘ignoring’ is active. Toggle that third boolean value to your heart’s content.

oops! Thank you, mate!