Simple question really, and struggling to figure out how to do it, but.
I want to drag a card onto a slot.
I have two objects, one I am moving around with UIDrag, All I want to do is drag it so it connects the other object and stay there. Now when I start dragging my object, I can't seem to figure out how to detect that it is hovering over the other one.
Looking in UIDragObject.target. All it finds is the current object that I am clicking on.
And combined with my other issue in another thread. When I am dragging my thumb on the screen, I don't seem to have a way to detect whether a button (or anything) is under my thumb.
I am feeling really stupid not being able to do something which I think should be quite straight forward.