This has halted my work. Everything was working fine on Windows, and now that I’ve switched to Mac, my editor extension won’t work at all because of this error:
System info:
Mac OS Sierra 10.12.5
Unity 5.6.2f1
Things I have tried based on other threads:
turn the computer off and on again (workaround recommended by Unity)
turn off all Chrome extensions
force-quit the pboard process
delete the Library folder and reimport everything
None of that has worked. The error happens every time I try to use my custom DragAndDrop code in a custom EditorWindow.
I tried it in Unity 2017.1.0f3. When I just do a drag from within the custom window the “dragging a string object” text shows up, following the mouse, but also that error log message on the first drag. After that the message doesn’t repeat. Quitting Unity doesn’t show any fatal errors.
I just tried in Unity 2017.2 beta. The dragging works now, but I still get a bunch of console spam with that error. So, better, but still not good. Unity 2017.2b crashed upon exiting from my actual project, but not from a fresh project with these scripts imported, so, maybe unrelated. At least this time there was a Unity bug submit window, whereas 5.6.2f1 didn’t show it on crashing.
Yeah, you get spam and I get only one line. Definitely something bigger going on there. File that report and hope they can at least clarify if it’s a Unity bug!