Excuse me if the topic has already been answered but I am having trouble with what seems to be the UIDragObject component.
I have sprites in my scene that all have the UIDragObject component. Another script changes their depths. The thing is, when an object is under another and I click on the one that's on top of it (depth : 2), it selects the object under (depth : 1). Why ??