QuaziGNRLnose There seems to be a bug in the plugin, I made a game, and am using Visual Studio 2015 to export it to my dev mode Xbox. The Visual Studio 2015 UWP forces JS to run in strict mode, and it seems that your plugin doesn't work with that. I can report this error message:
Unhandled exception at line 360, column 1 in ms-appx://bb06fd9a-9027-4b5a-bb4e-d8601897bf79/c2runtime.js
0x800a13b2 - JavaScript runtime error: Variable undefined in strict mode
I imagine that the ms-appx://bb06fd..... bit will be specific to me, but the error is in c2runtime.js, in the segment of code for your program. If you could either try to fix this, or give me (a bit of a JS noob!) advice on how to fix it, that'd be great. I look forward to getting a Q3D game on Xbox soon!