I’m new to WebGL and three.js, so I would really appreciate some input on a high-level question I have:
Why is it that Unity WebGL projects often fail on mobile browsers while some three.js projects work? From my understanding, three.js is built on top of WebGL so I expect that it’s the extra load of the Unity project that causes failures.