sanukin39 / UniClipboard

Simple clipboard plugin for unity
MIT License
309 stars 59 forks source link

Swapped out EditorBoard for StandardBoard using reflection to be able to access clipboards at runtime. #3

Closed sidequestlegend closed 5 years ago

sidequestlegend commented 5 years ago

So it seems unity made this public in 5.2.x and then made it private again in 5.3.x so this PR adds a reflection based approach to the same thing to get around that.

I still need to test this but it is confirmed working from here - https://answers.unity.com/questions/266244/how-can-i-add-copypaste-clipboard-support-to-my-ga.html

sanukin39 commented 5 years ago

Hi shaneharris, It seems good change. Thanks for your work!!