I want to detect when a Child's collider is being triggered to apply the damage to the thing being hit. But currently I'm confuse how it work. Does the Parent's OntriggerEnter detect the trigger event of the Child Object ? and how do I know the trigger come from the Child and not the Parent
The Parent's collider is not trigger but the Child's collider is
