So I Tried to make a box that triggers certain action when it collided with other object on a certain side (bottom side will stick with object A, top side will stick with object B, etc)
but the problem is i can't find where to assign "when collision on x side with other object, do this" thing, i only found "when collided with other objects, do this". No sides of the collider specified.
is there a way to specify a certain specific sides of the collider to trigger collision?
Thanks