Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kyubuns/UniClipboard20xx

Clipboard for Unity2017(Support: Editor, Windows, Mac, iOS)
https://github.com/kyubuns/UniClipboard20xx

Last synced: 3 months ago
JSON representation

Clipboard for Unity2017(Support: Editor, Windows, Mac, iOS)

Awesome Lists containing this project

README

        

UniClipboard20xx
===

- Clipboard for Unity2017
- *2018.1以降はGUIUtility.systemCopyBufferを使ってください*

Require
===

* Unity2017.1 or later
* .net4.6

How to use
===

* import package https://github.com/kyubuns/UniClipboard20xx/releases

```csharp
// Get
var text = UniClipboard.Clipboard.Text;

// Set
UniClipboard.Clipboard.Text = "hoge";
```

Support
===

* Editor
* Mac
* Windows
* iOS