There is a snapshot in the attachment . All the coins have a boxcollider, a button script and a tween position script to move on the screen . I want to drag one coin over another and access both the coins properties . I tried using OnDragStart() , OnPress(bool isPressed) but no luck .
Any help would be appreciated .