As in the title, if I call `IgnoreCollision()` on 2 objects and at least 1 of them has `isTrigger == true` will Unity still call `OnTriggerEnter` on (both of) them?
↧