At first clear whole methods related to drag n drop in code. You have to use 3 interfaces to create system: IBeginDragHandler, IEndDragHandler, IDragHandler
. Then ensure interface methods and make Drag n Drop using eventData
option. There are a lot of guides to Drag n Drop system you can check it out