Version: 2023.2
Web introduction
Technical limitations

Web browser compatibility

Unity’s Web platform support for desktop browsers differs depending on the browser. It supports browsers providing the following conditions are true:

  • The browser is WebGL 2 capable.
  • The browser is HTML 5 standards-compliant.
  • The browser is 64-bit and supports WebAssembly.

Unity Web platform doesn’t support mobile devices. It might work on high-end devices, but current devices are often not powerful and don’t have enough memory to support Unity Web content.

The Unity Web platform supports some compressed texture formats. For information on the compressed texture formats that Unity WebGL supports, refer to Recommended, default, and supported texture compression formats, by platform.

Desktop Browser Desktop Platforms
Google Chrome Windows, macOS, Linux
Mozilla Firefox Windows, macOS, Linux
Apple Safari macOS
Microsoft Edge Windows, macOS, Linux

注意:

  • The Web platform also supports the latest version of the Chromium-based Edge browser.
  • Apple Safari doesn’t support WebGL 2 in versions before Safari 15.
  • Apple Safari doesn’t support IndexedDB for content running in an iFrame.
  • On Linux, you might have to install Advanced Audio Coding (AAC) codec support via a package manager (for example, the GStreamer package).

  • WebGL 1 deprecated from the Auto Graphics API list in 2022.1
  • 在用户手册 5.6 中的此页面上首次添加了关于 Brotli 压缩的文档
  • 在 2019.1 中更新了最新的兼容性信息
Web introduction
Technical limitations