/UniClipboard

Simple clipboard plugin for unity (Package Managed)

Primary LanguageC#MIT LicenseMIT

UniClipboard

UniClipboard is a plugin for using OS dependent clipboard at Unity.

It works iOS, Android OS, Unity Editor at simple interface.

Install via Unity Package Manager

image

https://github.com/gbviktor/UniClipboard.git

If you want to set a target version, uses the *.*.* release to specify a version like #2.0.0. For example https://github.com/gbviktor/UniClipboard.git#2.0.0

Installation with .unitypackage file

Use unitypackage at releases page

Usage

Set text to clipboard

UniClipboard.SetText ("text you want to clip");

Get text from clipboard

UniClipboard.GetText ();

License

MIT License

Author

sanukin39