Skip to content

Commit 2add51e

Browse files
committed
Updated readme file.
1 parent 230b191 commit 2add51e

File tree

1 file changed

+25
-3
lines changed

1 file changed

+25
-3
lines changed

README.md

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@ Here is an attempt to add it back in. No promises that it's perfect 😅
88
At the moment there is only support for [`InputField`](https://docs.unity3d.com/2019.1/Documentation/Manual/script-InputField.html) and
99
[`TMPro.TMP_InputField`](https://docs.unity3d.com/Packages/com.unity.textmeshpro@2.1/api/TMPro.TMP_InputField.html)
1010

11-
Example: https://greggman.github.io/unity-webgl-copy-and-paste/
12-
1311
## Instructions
1412

15-
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.
1614

1715
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`
1816
and uncomment this line
@@ -27,6 +25,16 @@ This might be better?
2725

2826
https://github.com/kou-yeung/WebGLInput
2927

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.
37+
3038
## Issues
3139

3240
* Non Alphabetic characters
@@ -46,6 +54,20 @@ https://github.com/kou-yeung/WebGLInput
4654

4755
## ChangeList
4856

57+
* 0.2.1
58+
59+
* Fixed paste not working on some browsers
60+
61+
* Fixed labels not being visually updated on some browsers
62+
63+
* Fixed potential null reference exception when `EventSystem.current` is null
64+
65+
* Substituted deprecated JavaScript `Window.event`
66+
67+
* 0.2.0
68+
69+
* Fixes for Unity 2021.2
70+
4971
* 0.1.0
5072

5173
* Removed the need for MonoBehaviours

0 commit comments

Comments
 (0)