Posted September 29, 2019 by Just4FunStudios
Wow have I just learned alot about debugging WebGL apps. The error code was complete gibberish at first but I've learned how to create "development" versions of the code that include human-readable stack traces. Turned out to be an instantiation timing issue that doesn't appear in PC builds. Easy fix.