https://github.com/reactunity/previewer
The default ReactUnity Web Previewer to use with @reactunity/scripts
https://github.com/reactunity/previewer
Last synced: 11 months ago
JSON representation
The default ReactUnity Web Previewer to use with @reactunity/scripts
- Host: GitHub
- URL: https://github.com/reactunity/previewer
- Owner: ReactUnity
- Created: 2022-04-28T18:19:38.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-09T19:23:28.000Z (almost 2 years ago)
- Last Synced: 2025-03-01T21:24:38.920Z (12 months ago)
- Language: HTML
- Size: 140 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ReactUnity Previewer
If your UI is simple, you can test your UI inside a web browser with a WebGL template. This is the general purpose WebGL template.
Note that as ReactUnity is not optimized for WebGL, you will have a low performance by testing in WebGL.
## Installation
```bash
yarn add --dev @reactunity/previewer
# OR
npm i --D @reactunity/previewer
```