I want to be able to handle cases where colliders are partially separated by Unity collision determination.
Asked 2 years ago, Updated 2 years ago, 78 views
I would like to be able to handle the case where A moves while A and B colliders are always overlapping and some colliders are separated. Is it possible?You cannot use OnTriggerExit because it is not called a complete collider.