Skip to content

A library that implements drag and drop in Unity's macOS build

License

Notifications You must be signed in to change notification settings

baobao/UniDragAndDropForMac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UniDragAndDropForMac

I made drag and drop available in a Mac app exported from Unity.

macDD

Usage

// Required once
UniDragAndDrop.Initialize();

UniDragAndDrop.onDragAndDropFilePath = x => {
    // Do Something..
};

Required

Only mono build.

Install

Import UniDragAndDropForMac.unitypackage.

License

This library is under the MIT License.