Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 267 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 267 Bytes

UnityWindowsFileDrag&Drop

Adds file drag and drop support for Unity standalone builds on windows.

It uses the GetMessage hook to intercept the WM_DROPFILES message

See the "FileDragAndDrop.cs" file for an example usage. It seems to work in the editor as well ^^.