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
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,22 @@ When building content for the web, you might need to communicate with other elem
9
9
10
10
11
11
12
+
-[Installation](#installation)
13
+
-[Usage](#usage)
14
+
-[Optional attributes](#optional-attributes)
15
+
- [Width and height](#width-and-height)
16
+
- [Tracking progression](#tracking-progression)
17
+
- [Modules](#modules)
18
+
-[Calling Unity scripts functions from JavaScript in React](#calling-unity-scripts-functions-from-javascript-in-react)
19
+
-[Calling JavaScript functions within React from Unity scripts](#calling-javascript-functions-within-react-from-unity-scripts)
20
+
-[Notes](#notes)
21
+
-[5.x to 6.x Upgrade note](#5x-to-6x-upgrade-note)
22
+
-[Contributing](#contributing)
23
+
24
+
25
+
26
+
27
+
12
28
# Installation
13
29
Install using npm. Make sure you download the release matching with your Unity version. I try to update this plugin in case of need as fast as possible. Check the [releases on GitHub](https://github.com/jeffreylanters/react-unity-webgl/releases) for the corresponding version or [view on NPM](https://www.npmjs.com/package/react-unity-webgl).
0 commit comments