Hi,
I got a weird issue when i'm dragging the same object with 2 fingers (android tablet), it splits in two objects on the screen... (it display below the moving finger). Actually, I notice that the UIDragObject.target (so the transform of the object i wanna drag) is constantly swapped between my 2 fingers! (his value changes) So I don't really know how the target it set in NGUI (read the code don't help), but i guess a raycast is done for each finger on the press event, and how both collide with the object, the target is related to both the fingers...
Please help me on that!