Version: 2018.3 (switch to 2019.1)
LanguageEnglish
  • C#

WebGLLinkerTarget

enumeration

Description

The build format options available when building to WebGL.

See WebGL Player Settings documentation for more details.

Properties

AsmOnly asm.js output will be generated.
WasmOnly WebAssembly output will be generated. This will require a browser with WebAssembly support to run the generated content.
BothBoth asm.js and WebAssembly output will be generated. The WebAssembly version of the generated content will be used if supported by the browser, otherwise, the asm.js version will be used.
对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答