yasirkula / UnityIngameDebugConsole

A uGUI based console to see debug messages and execute commands during gameplay in Unity
MIT License
2.05k stars 218 forks source link

would you pls support copy/paste on webgl platform? #58

Closed Bian-Sh closed 3 years ago

Bian-Sh commented 3 years ago

and float panel maybe taste good.

yasirkula commented 3 years ago

So, the Copy button located at the bottom of the selected log doesn't work on WebGL, am I right? If so, with which Unity version did you build your app?

Bian-Sh commented 3 years ago

I use unity 2020.3.0f1c1 but maybe copy/paste is not supported by unity player on webgl . and, there is a repo for patch: https://github.com/greggman/unity-webgl-copy-and-paste

yasirkula commented 3 years ago

The latest commit worked properly on Chrome and Edge for me.

Bian-Sh commented 3 years ago

cheer up,you did great job,thanks!