- Home /
Question by
DoctorChar · Mar 24, 2020 at 10:38 PM ·
collisioncollidertriggerfightingame
Picking only one trigger collider in an object to detect triggers with
Hello, I am working on a fighting game and I have run into a problem. Since the hitboxes have trigger colliders, and they are also children of the player. This leads to a problem, as when I try to detect a trigger collision with the ground, it count the hitboxes as the player.
Long Story Short: I need to be able to detect which collider has been collided with on the player of the two options.
Comment