DarlingUUi / Unity-WebGL-React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

readme splash

license npm build deployment stars downloads size sponsors donate

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.

Documentation · Module Repository · Buy me a Coffee · Discussion Board

Made with ♥ by Jeffrey Lanters

Getting Started

This project was bootstrapped with Create React App. Use the built-in scripts to install and start the repository right away. This runs the app in the development mode. Open http://localhost:3000 to view it in the browser. The page will reload if you make edits. You will also see any lint errors in the console.

$ npm install
$ npm start

Documentation

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.

Template Structure

Among this project 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 "unitybuild"
  • "project" Containing the Raw Unity Project (not required but here for demo purposes)

Usage for Module development

To use this repository for the module development of the React Unity WebGL module, you should remove the react-unity-webgl module using npm remove react-unity-webgl and install a manual build instead. For more details on building the module please head over to the React Unity WebGL Documentation for further details on contribution, development and testing.

About

License:Apache License 2.0


Languages

Language:TypeScript 70.1%Language:C# 13.7%Language:CSS 13.0%Language:JavaScript 3.2%