I have a weird problem with OnTrigger functions - ‘OnTriggerEnter’ is called before even contact with other collider and ‘OnTriggerExit’ is not called immediately when leave collider… - just please look at attached Gif - I hope you’ll get my point I could explain me why it is working that way I would expect that ‘OnTriggerEnter’ will be called when two colliders start overlap themselves and opposite for ‘OnTriggerExit’.