So in the documentation for EventTrigger:
How do I disable this? This object has a child with a 2D collider, I would like to be able to trigger the OnPointerClick on the child object. I would also like if an OnPointerClick does not hit the child's 2D collider and hits this object's collider, to trigger it's OnPointerClick. Currently it...
How disable event interception in EventTrigger?
How disable event interception in EventTrigger?