We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7fa5816 + 49aaad7 commit b103518Copy full SHA for b103518
README.md
@@ -34,7 +34,8 @@ https://github.com/ReactUnity/core.git#latest
34
35
- Create a canvas and add `ReactRendererUGUI` component to it
36
- Run [`npx @reactunity/create@latest`](https://github.com/ReactUnity/create) in your Unity project root to create a React project
37
-- Run `npm start` from React project
+- Install all dependencies `npm intall` from React project
38
+- Run `npm run start` from React project
39
- Click play in Unity
40
41
Visit the documentation on the [main website](https://reactunity.github.io) to learn more.
0 commit comments