Unity copy text to the clipboard

Original link: https://blog.csdn.net/qq_39225721/article/details/90764005

Unity copy text to the clipboard

Code word

GUIUtility.systemCopyBuffer = "要复制的文本"; //将文字复制到剪贴板API

After replication outside Unity, with Ctrl + v to paste the copied text, pro-test available.

参考链接:https://blog.csdn.net/qq_39225721/article/details/90764005
over

Guess you like

Origin blog.csdn.net/weixin_44927626/article/details/102777336