Unity Editor 复制内容到剪切板
string str="acd12335";
TextEditor textEditor = new TextEditor();
textEditor.text = str;
textEditor.SelectAll();
textEditor.Copy();
string str="acd12335";
TextEditor textEditor = new TextEditor();
textEditor.text = str;
textEditor.SelectAll();
textEditor.Copy();