Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sonnguyen9800/react-unity-webgl-test
Not mine, created to test react-unity-webgl; forked from the creator of react-unity-webgl
https://github.com/sonnguyen9800/react-unity-webgl-test
Last synced: 1 day ago
JSON representation
Not mine, created to test react-unity-webgl; forked from the creator of react-unity-webgl
- Host: GitHub
- URL: https://github.com/sonnguyen9800/react-unity-webgl-test
- Owner: sonnguyen9800
- Created: 2020-10-27T09:49:09.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-27T09:57:51.000Z (about 4 years ago)
- Last Synced: 2024-11-18T06:54:42.207Z (2 months ago)
- Language: JavaScript
- Size: 31.3 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Unity WebGL Test
Howdy and welcome to the React Unity WebGL Test repository! ðŸ¤
In this repository you'll find everything you'll need for testing and playing with the React Unity WebGL module. This repository is buildt using Create React App for a most basic boilerplate. Among this you'll find three directories;
- "src" Containing the React Application here for you to test and modify
- "public" Containing the Static assets which includes the Unity WebGL build
- "unity_project" Containing the Raw Unity Project (not required but here for demo purposes)**Important** The React Unity WebGL module is NOT provided in this repository and should be build manually. For more details on building the module please head over to the React Unity WebGL [wiki](https://github.com/elraccoone/react-unity-webgl/wiki/Contribution-and-Development) for further details on contribution, development and testing. If you don't want to do this yourself, simply remove react-unity-webgl entry from the package.json and install it using `npm install react-unity-webgl`.