Version: Unity 6.6 Alpha (6000.6)
Language : English
Multithreading with Burst in Unity Web
WebGL2

Web graphics APIs

The Web Player supports multiple graphics APIs that you can select from the Player settingsSettings that let you set various player-specific options for the final game built by Unity. More info
See in Glossary
.

Web graphics APIs help you create high-performance applications with rich visuals for web browsers across multiple platforms. They also reduce the need to worry about complicated graphics programming.

Topic Description
WebGL2 Information, features, and recommendations unique to the WebGL2 graphics API.
WebGPU (Experimental) Information, features, and limitations unique to the WebGPU graphics API.
Compare WebGL2 and WebGPU Learn about the differences and similarities between these graphics APIs.

Additional resources:

Multithreading with Burst in Unity Web
WebGL2