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
Copy file name to clipboardExpand all lines: README.md
+21-21Lines changed: 21 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
`unity-webgl` provides an easy solution for embedding `Unity WebGL` builds in your web applications, with two-way communication and interaction between your webApp and Unity application with advanced API's.
13
13
14
14
> 🚨 Reminder
15
-
>
15
+
>
16
16
> `v4.x` has been updated significantly and the API is not compatible with `v3.x` and earlier versions. For upgrades, please refer to [Changelogs](https://github.com/Marinerer/unity-webgl/wiki/Major-changes-in-v4)
17
17
18
18
Based on [react-unity-webgl](https://github.com/jeffreylanters/react-unity-webgl)
@@ -22,7 +22,7 @@ Based on [react-unity-webgl](https://github.com/jeffreylanters/react-unity-webgl
22
22
- 📦 Easy integration, framework-agnostic
23
23
- 📩 Bidirectional communication between WebApp and Unity
> Communication and interaction with the web application are only possible after the Unity instance is successfully created (when the `mounted` event is triggered).
47
+
> Communication and interaction with the web application are only possible after the Unity instance is successfully rendered (when the `mounted` event is triggered).
48
48
> Recommended to include a loading progress bar when opening the page.
49
49
50
50
```javascript
@@ -60,7 +60,7 @@ const unityContext = new UnityWebgl('#canvas', {
Copy file name to clipboardExpand all lines: lib/core/README.md
+21-21Lines changed: 21 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
`unity-webgl` provides an easy solution for embedding `Unity WebGL` builds in your web applications, with two-way communication and interaction between your webApp and Unity application with advanced API's.
13
13
14
14
> 🚨 Reminder
15
-
>
15
+
>
16
16
> `v4.x` has been updated significantly and the API is not compatible with `v3.x` and earlier versions. For upgrades, please refer to [Changelogs](https://github.com/Marinerer/unity-webgl/wiki/Major-changes-in-v4)
17
17
18
18
Based on [react-unity-webgl](https://github.com/jeffreylanters/react-unity-webgl)
@@ -22,7 +22,7 @@ Based on [react-unity-webgl](https://github.com/jeffreylanters/react-unity-webgl
22
22
- 📦 Easy integration, framework-agnostic
23
23
- 📩 Bidirectional communication between WebApp and Unity
> Communication and interaction with the web application are only possible after the Unity instance is successfully created (when the `mounted` event is triggered).
47
+
> Communication and interaction with the web application are only possible after the Unity instance is successfully rendered (when the `mounted` event is triggered).
48
48
> Recommended to include a loading progress bar when opening the page.
49
49
50
50
```javascript
@@ -60,7 +60,7 @@ const unityContext = new UnityWebgl('#canvas', {
0 commit comments