https://github.com/reactunity/full-sample
Sample project used for development purpose
https://github.com/reactunity/full-sample
Last synced: 6 months ago
JSON representation
Sample project used for development purpose
- Host: GitHub
- URL: https://github.com/reactunity/full-sample
- Owner: ReactUnity
- License: mit
- Created: 2020-03-17T12:08:58.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-06-25T19:25:52.000Z (9 months ago)
- Last Synced: 2025-06-25T20:28:37.668Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 55.7 MB
- Stars: 26
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Unity Development Sample
This repo is used for developing and manually testing ReactUnity. However, it contains many examples that can be useful for users of ReactUnity.
There is also a simpler sample project, see https://github.com/ReactUnity/samples.
## How to Use
Open the project in Unity. Open MainScene and click Play. Navigate the examples in rendered UI.
To make changes to the UI:
- Go to `/react`
- Run `npm install` and `npm start` from this folder
- Make changes to React files (e.g. `src/pages/home/index.tsx`)
- Click "Play" in Unity. The changes you make to the source code will be automatically applied to the UI.
See the [main project](https://github.com/ReactUnity/core) for further instructions.