mario hit brick

the easiest way is to just put a box collision component in the exact area you want,

otherwise if using math you have to realize that the actor location is ‘usually’ the center of the mesh. so the center of the character is lower than the center of the brick on sideways too.

you can use bounds to check if the top of the character is lower than the bottom of the brick or just use box collider

1 Like