RedTn / react-unity-webgl-test

An out-of-the-box test environment for the React Unity WebGL package. This test environment contains a Create-React-App including a Source and Build Unity WebGL project allowing testing and debugging all of it's features.

Home Page:https://github.com/jeffreylanters/react-unity-webgl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Unity WebGL Test 🎢

Hi there 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 Documentation 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.

Head over to the module repository to open Issues and held discussions.

Happy coding!

About

An out-of-the-box test environment for the React Unity WebGL package. This test environment contains a Create-React-App including a Source and Build Unity WebGL project allowing testing and debugging all of it's features.

https://github.com/jeffreylanters/react-unity-webgl


Languages

Language:JavaScript 59.1%Language:C# 33.5%Language:HTML 7.4%