(I am using the translation site because it can not be English. I’m sorry to be difficult to read.)
I use NodeCanvas, trying to drag and drop the object of uGUI. OnDrag in InterceptEvent is valid, but can not be used OnDrop and OnBeginDrag and OnEndDrag.
By adding a OnBeginDrag and OnEndDrag to MessageRouter.cs and InterceptEvent.cs, they OnDrop that now can be used but added there was no change.
It’s a bit difficult to understand sorry 🙂
Are you suggesting that adding OnBeginDrag and OnEndDrag in MessageRouter.cs and InterceptEvent.cs works for you and that I should add it by default as well?