You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Download and add in [this unity package](https://github.com/greggman/unity-webgl-copy-and-paste/releases/latest) into your project.
13
+
1. Download and add in [this unity package](https://github.com/Trisibo/unity-webgl-copy-and-paste/releases/latest) into your project.
16
14
17
15
2. If you are using [`TMPro.TMP_InputField`](https://docs.unity3d.com/Packages/com.unity.textmeshpro@2.1/api/TMPro.TMP_InputField.html) then edit `Assets/WebGLCopyAndPaste/Scripts/WebGLCopyAndPaste.cs`
18
16
and uncomment this line
@@ -27,6 +25,16 @@ This might be better?
27
25
28
26
https://github.com/kou-yeung/WebGLInput
29
27
28
+
## Browsers tested
29
+
30
+
The plugin has been tested an confirmed working on:
31
+
32
+
* Edge 120.0.2210.61 (Chromium) on Windows 10, Unity 2022.3.10, 2021.3.25 and 2020.3.18.
33
+
* Firefox 120.0.1 on Windows 10, Unity 2022.3.10, 2021.3.25 and 2020.3.18.
34
+
* Safari 16.6 on macOS Ventura 13.6, Unity 2022.3.10.
35
+
* Chrome 118.0.5993.70 on macOS Ventura 13.6, Unity 2022.3.10.
36
+
* Firefox 120.0.1 on macOS Ventura 13.6, Unity 2022.3.10.
0 commit comments