Topic was automatically imported from the old Question2Answer platform.
Asked By
ElLimitador
So yea, I want to make a bullet hitbox for the player that is smaller than the player itself. However, because its a child of the player’s collider, i cant make it have a different collision mask, and so if a bullet where to hit the hitbox, it hits the collider and bounces off or does not hit neither the collider or the hitbox.
You can apply individual collision masks, but You seemingly didn’t do it correctly :). Make bullets on different layer than collider, but on the same layer as hitbox. As for now, You do have different masks, but Collider protects smaller hitbox from ever reporting this collision.