Hi guys, I have the problem with two colliders on the same object and with their OnTriggerEnter and OnTriggerExit event.
First of all here is the pic:

The problem is in that intersection part.
The moment my object collides (OnTriggerEnter) on the right side with the bigger collider and keeps moving to the left everything is fine until the end of the bigger collider (even smaller collider is inside the bigger one).
My object triggers OnTriggerExit at the end of the bigger collider but does not trigger OnTriggerEnter when “touches” smaller one. And in that moment it looks like my object doesnt collide with any collider.
So my question is, how to achieve that my object knows it is in the same GameObject even if I am doing transition between smaller and bigger collider.
I hope i explained well. Ask me if is something is unclear.
Regards