Edy
March 17, 2022, 9:37am
3
It might also be a good time to take a look at this bug (Case 1395187), where contact calls aren’t generated in child non-trigger colliders when they contact other triggers:
Sorry I haven’t stated the issue correctly. In most cases things work fine, but I spent some time and I mapped out all the combinations of hitting colliders and it appears only Case 4 has the issue/bug.
[7812906--988173--upload_2022-1-16_1-26-54.png]
In Case 4 OnTriggerEnter is not called on the child GameObjects.
This only works in Case 1 and Case 2. This does not work in Case 4 because OnTriggerEnter is not called on child GameObjects.
Case 1:
Self Object: Child Trigger Colliders (with …