Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/kyubuns/UniClipboard20xx
- Owner: kyubuns
- License: mit
- Created: 2017-10-31T04:57:53.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-24T03:15:48.000Z (over 5 years ago)
- Last Synced: 2024-07-14T13:36:38.219Z (4 months ago)
- Language: C#
- Size: 22.5 KB
- Stars: 13
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-unity-open-source-on-github - UniClipboard20xx - Clipboard (iOS / Android)
README
UniClipboard20xx
===- Clipboard for Unity2017
- *2018.1以降はGUIUtility.systemCopyBufferを使ってください*Require
===* Unity2017.1 or later
* .net4.6How 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