Author Topic: Sloped Brick Collision  (Read 586 times)

When I do a radius/box search, it finds the brick even when I'm on the empty part of the slope. Any ideas how to resolve this?

Its because the box and radius searches look for its bounding box. There isnt really a way around it.

I wound up using two boxsearches and a raycast.