Version: 2021.2
言語: 日本語
Introducing WebGL
WebGL グラフィックス

WebGL - ブラウザーとの互換性

Unity WebGL support for desktop browsers differs depending on the browser. It supports browsers where all of the following are true:

  • The browser is WebGL 1 or WebGL 2 capable. Note: Unity has marked WebGL 1 support for deprecation and will remove it in a future release.
  • HTML 5 規格に準拠したブラウザーであること。
  • 64 ビットで、WebAssembly をサポートするブラウザーであること。

Unity WebGL doesn’t support mobile devices. It might work on high-end devices, but current devices are often not powerful enough and don’t have enough memory to support Unity WebGL content. To make the end user aware of this, the default template for Unity WebGL displays a warning message when the end user attempts to load a Unity WebGL application on a mobile browser. To remove this warning from your application, add your own WebGL template. For information on how to do this, see Add a WebGL template.

Unity WebGL supports some compressed texture formats. For information on the compressed texture formats Unity WebGL supports, see Recommended, default, and supported texture compression formats, by platform.

デスクトップブラウザー デスクトッププラットフォーム
Google Chrome Windows, macOS, Linux
Mozilla Firefox Windows, macOS, Linux
Apple Safari macOS
Microsoft Edge Windows, macOS, Linux

ノート:

  • Apple Safari は、Safari 15 より古いバージョンでは WebGL 2 をサポートしていません。
  • Apple Safari doesn’t support IndexedDB for content running in an iFrame.
  • Only Mozilla Firefox supports the Large-Allocation HTTP header. For information about the Large-Allocation HTTP header, see Memory in WebGL.
  • Unity WebGL no longer supports Microsoft Edge Legacy. Unity WebGL supports the new Microsoft Edge based on Chromium.

WebGL 1 の非推奨化

In version 2021.2, Unity marked support for the WebGL 1 Graphics API as deprecated. Currently, there are no changes in behavior and Unity still includes the WebGL 1 Graphics API if you enable the Auto Graphics API Player Setting. However, Unity will remove support for WebGL 1 In a future release.

WebGL 1 グラフィックスカードのブロックリスト

GPU ブロックリストが適用されます。古いグラフィックカードは WebGL をサポートしていない場合があります。詳しくは以下を参照してください。


  • 2018–09–14 修正されたページ
  • Brotli 圧縮はマニュアル 5.6 で最初に記載
  • 2019.1 の最新の互換性情報に更新されました。
Introducing WebGL
WebGL グラフィックス