I have 2 sprites. One is a Player, the other is an Enemy. They both have colliders. The idea is to make a
ghost-like mechanic where Enemy sprite will deal damage to the Player sprite when moving through it.
Is there a way to detect collision and deal damage but at the same time allowing Sprites to move through each other?