Is there a way to detect where on a mesh a collision occurs without having to have multiple colliders on it?
i.e., in the image of the brick below, I’d like to be able to detect whether the brick was hit on the green, blue, orange or yellow side.
I have a ball that is traveling in circles, so I need to know where it hits in order to make it “bounce” properly while still traveling in a circle.