I’m making a brick laying game. I want to detect when the cursor ‘ghost brick’ overlaps with a solid (physics) brick to prevent a new brick being placed there - but it shunts the physics object out the way.
How do I detect an overlap without it moving the physics brick?