Guys, I want to snap the item to the container (shown below)
When the item is on the container, it can be dragged back to its previous place.
The items can be re-arranged on to different containers.
I try to use trash tutorial (on tutorial section) but it's not enough (the item is destroyed after overlapping to the right trash can, which is not what I want). Then I add a boolean instance to the container to act as container's status : 1 for "reserved" (the item is placed on it) and 0 for "empty". But didn't work well.
How's the best logic approach?
Thanks for helping