In the game I’m working on, you shoot arrows at enemies that carry shields.
I’d like to detect collisions on the entire enemy, so that if it arrow hits the shield, it sticks (weld joint) and if it hits the head, it kills the enemy.
The enemies are animated sprites, and I’ve been using Physics Editor to trace the outlines of the enemies, but am open to other options. Thanks!