acoppes / unity-history-window

A simple selection history window for Unity.
MIT License
293 stars 24 forks source link

Drag & Drop not working in mac #13

Closed acoppes closed 3 years ago

acoppes commented 7 years ago

It is working properly on windows but can't make it work in mac.

acoppes commented 7 years ago

It is a Unity bug, they even replicated the bug I reported:

https://fogbugz.unity3d.com/default.asp?894059_1u4pe70tnj823875

Hope it get fixed at some point, the bug report was like 3 months ago.

acoppes commented 3 years ago

Implemented a new version of the window using UIElements, have to test it again in newer versions of Unity to see if it works in mac.

acoppes commented 3 years ago

Fixed by updating unity, changed to UIElements and adding DragAndDrop.paths when dragging (not needed on windows but working now on mac)