Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


WebGLLinkerTarget

The build format options available when building to WebGL.
Read time 1 minuteLast updated 3 days ago

Definition

  • Type: Enum
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
public enum WebGLLinkerTarget

Remarks

See WebGL Player Settings documentation for more details.

Fields

Value

Description

AsmOnly asm.js output will be generated. This setting has been deprecated.
WasmOnly WebAssembly output will be generated. This will require a browser with WebAssembly support to run the generated content.