A Glimpse of technical background of unity3d WebGL:
Unity support dozen of platform for application deployment and
one of them is WebGL. WebGL allows you to run your content on a web.
Technically, WebGL is an API that renders graphics in web browser. Currently, it has two supported version of
WebGL 1.0 and 2.0. Remember WebGL 1.0 roughly matches the functionally of OpenGL
ES 2.0 while WebGL 2.0 roughly matches the functionally of OpenGL ES 3.0.
Unity WebGL Structure
Figure 1 Unity WebGL consist of these components.


