Skip to content

Commit 21cd6f9

Browse files
Added index
1 parent aedcfa3 commit 21cd6f9

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,22 @@ When building content for the web, you might need to communicate with other elem
99

1010

1111

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+
1228
# Installation
1329
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).
1430

0 commit comments

Comments
 (0)