kimsama / Unity-QuickSheet

Unity-QuickSheet enables you to use spreadsheet file data within Unity editor.
http://kimsama.github.io/Unity-QuickSheet
MIT License
1.05k stars 190 forks source link

Accept copy and paste in some fields of GoogleDataSettings #49

Closed kanonji closed 6 years ago

kanonji commented 6 years ago

unity 5 6 4p4 personal 64bit - main unity - unity-quicksheet - pc mac linux standalone _dx9_ 2017-12-10 02 25 32

When I have been following Gettting Started, I feel bit hard that I can not paste Client ID/Secret and Runtime/Editor Path from document. So I want make them pastable.

kanonji commented 6 years ago

I can not find any mention about copy and paste in https://docs.unity3d.com/ScriptReference/GUILayout.TextField.html, but actually I can not paste on those fields in my unity editor(Win 10 64bit).

https://forum.unity.com/threads/how-to-copy-and-paste-in-a-custom-editor-textfield.261087/ I find somebody said use EditorGUILayout instead of GUILayout for copy and paste on this forum.

kimsama commented 6 years ago

Good to know that. Thanks!