Hello all,
I am looking for a way to detect when when a touch drags off a collider. For example a touch is detected on a collider with OnPress() then I would like to know when that touch drags off that collider.
After reviewing the UICamera's notification events I didn't see a specific notification for that.
Thanks