We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a316aa commit 88d5786Copy full SHA for 88d5786
README.md
@@ -52,7 +52,7 @@ To get started import the Unity and Unity Context class from the React Unity Web
52
import React from "react";
53
import Unity, { UnityContext } from "react-unity-webgl";
54
55
-const unityContext = new unityContext({
+const unityContext = new UnityContext({
56
loaderUrl: "build/myunityapp.loader.js",
57
dataUrl: "build/myunityapp.data",
58
frameworkUrl: "build/myunityapp.framework.js",
0 commit comments