Hey,
I was working on an inventory system, but the IDragHandler (also IEndDragHandler and IBeginDragHandler), are working only sometimes. They work perfectly fine while I drag them the first time, but after that they do not respond to the Input and the IBeginDragHandler also doesn’t get called. When they are dragged in an inventory they work perfectly fine.
Could there be something I overlooked while using IDraghandlers?
Thanks in advance
EDIT:
SOLVED
The problem was an invisible text field which was below in hierachy, which means it was “on top” of the items, so the text field was grapped instead of them.