Hello!
I am trying to make a building placement system, I have everything done except for positioning. I cannot seem to find a good formula to place an object on another object WITHOUT them intersecting each other. I am raycasting from the mouse position, So i have access to hit.point and other properties of a raycasthit
Any help is appreciated!