Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Web graphics APIs

How to use the Web Graphics APIs- WebGL2 and WebGPU.
Read time 1 minuteLast updated 12 days ago

The Web Player supports multiple graphics APIs that you can select from the Player settings.
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.
WebGL2 is the default graphics API and is compatible with most devices and browsers, but lacks more modern features that WebGPU provides.
WebGPU is a modern graphics API that enables features such as compute shaders and indirect rendering. However, WebGPU is experimental and not recommended for production usage.

Topic

Description

WebGL2Information, features, and recommendations unique to the WebGL2 graphics API.
WebGPU (Experimental)Information, features, and limitations unique to the WebGPU graphics API.

Additional resources: