Version: 2022.1
Getting started with WebGL development
WebGL Player settings

Advanced overview

This section provides an overview of the platform support and other useful technical information required to build your app using WebGLA JavaScript API that renders 2D and 3D graphics in a web browser. The Unity WebGL build option allows Unity to publish content as JavaScript programs which use HTML5 technologies and the WebGL rendering API to run Unity content in a web browser. More info
See in Glossary
.

Platform support

Most popular desktop browser versions support the Unity WebGL content, but do note that different browsers offer different level of support. For example, Unity WebGL doesn’t support Mobile devices.

The following features in WebGL builds are either not available or limited due to constraints of the platform itself:

  • Debugging of WebGL builds in Visual Studio. See Debug and troubleshoot WebGL builds.

  • WebGL builds don’t support the Unity Cache and Caching Scripting API due to restricted access to the filesystem in browsers. Network requests to asset data and AssetBundles are instead cached in the browser cache. See Cache behavior in WebGL.

  • Threads aren’t supported due to the lack of threading support in JavaScript. This applies to both Unity’s internal use of threads to speed up performance, and to the use of threads in script code and managed dlls. Essentially, anything in the System.Threading namespace isn’t supported.

  • Browsers don’t allow direct access to IP sockets for networkingThe Unity system that enables multiplayer gaming across a computer network. More info
    See in Glossary
    due to security concerns. See WebGL Networking.

  • Limitations with the WebGL graphics API, which is based on the functionality of the OpenGL ES graphics library. See: WebGL Graphics.

  • WebGL builds use a custom backend for Audio based on the Web Audio API, but it only supports the basic audio functionality. See: Using Audio in WebGL.

  • WebGL is an AOT platform, so it doesn’t allow dynamic generation of code using System.Reflection.Emit. This is the same on all other IL2CPPA Unity-developed scripting back-end which you can use as an alternative to Mono when building projects for some platforms. More info
    See in Glossary
    platforms, iOS, and most consoles.

Getting started with WebGL development
WebGL Player settings
Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961