SkillAgentSearch skills...

UniDragAndDropForMac

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

Install / Use

/learn @baobao/UniDragAndDropForMac
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.

Related Skills

View on GitHub
GitHub Stars23
CategoryDevelopment
Updated1y ago
Forks4

Languages

Objective-C

Security Score

80/100

Audited on Mar 1, 2025

No findings