I've an enemy, with this structure
- Enemy
- Body
- Head
- Arm Left
- Arm right
- Body
And so on.
I also have a collider for each part of the body. In my "Enemy" object I've attached a script and in that script I would like to intercept possible collision (a bullet) for body, head, arm, left etc.
Is there a way to do this?