I am trying to paste registration key from clipboard into text field, it works fine in Windows builds, but doesn’t work in Linux at all. Is this a bug or behavior by design?
I have tried:
Ctrl+V
Add a button and use TextEditor
Use reflection to get “systemCopyBuffer” property
None of it works in Linux.
Any known workaround for that?
I’m not much a Linux user myself, but after player reports this problem to me in Ubuntu I have also installed fresh latest Linux Mint dist and got the same result. So I assume this is a problem in any Linux build.
I tried to copy just a simple string and paste it in several different applications, like internet browser etc. It works fine, except Unity GUILayout.TextArea