Hi. I am trying to make a game similar to the game "Unblock me".
The problem is when i use the "DragDrop" behavior, the object just go through another object. I have tried to use the "Solid" behavior but still the DragDrop seems to ignore the Solid.
I've also tried using the "Physics" property(immovable) but still the result is the same.
Is there any ways to make the dragged objects stop when encountering a solid object??