Check if object left a specific collider.

If an object touches another object with tag "box" then the bool box = true.

The problem is that if the objects don't touch, the bool stays true. I need it to change to false if it doesn't touch the object with box tag.

Thanks

I take it you've looked at OnCollisionExit?