Skip to content

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

License

Notifications You must be signed in to change notification settings

Bunny83/UnityWindowsFileDrag-Drop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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" or "ImageExample.cs" file for an example usage.

Due to too many issues in the Unity editor (causes random silent crashes) I have disabled the hook when tested in playmode inside the editor. So this feature only works in a build.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages