I'm trying to find a way to make two SKShapeNodes stick together when I drag one close to another. Is there a way to do this with the SpriteKit API?
For example: two magnetic blocks that stick together to form a longer block when I move one block close to another.
Thanks!