Drag events won't trigger
I have a gameObject with the following components:
My ShipPlacer inherits IDragHandler, IBeginDragHandler, and IEndDragHandler, yet none of them trigger when I click-drag the object.
Any idea why?
ondrag-problem.png
(58.6 kB)
Comment