this project is purposed to allow an integration with unity webgl application in component angular 4 easily.
npm install ng-unitythis project is purposed to allow an integration with unity webgl application in component angular 4 easily.
* make an amazing unity application
* build your application in webgl, please use webassembly for test and performance purpose
ng new myIncredibleApplication* import this module
npm install ng-unity
* use the directive
copy build.json & .unityweb file generated by unity inside your assets project, be sure the path in build.json refers to path for unityweb files
* build your angular application
* start your application & enjoy
you can find an example on the repository https://github.com/cHullaert/unity-tester
npm run packagrnpm publish