Hexagon Collison: Which side?
-
Is there anyway to know which side of a hexagon a ball hits?
-
The Collided behaviour outputs the x/y positions of where a collision happens. But you'd need to do some math to figure out which side of your object that is.
-
@Deeeds well the collision behavior only has up down left right, so you would probably have to build yourself.
You could use the collision point and the object position and find the angle between the two points to find the side. Shouldn’t be too hard.