Drag'n'Drop in the UnityEditor

DragAndDrop for Unity is not too understandable…

When you’re reading the documentation, you proably look something like this:

confused

Because they don’t provide very much information. Here is a snippet of DragAndDrop.GetGenericData() and DragAndDrop.AcceptDrag():

...
Read More