Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


WebGLDebugSymbolMode

An enum containing different modes for debug symbols.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Enum
  • Namespace: UnityEditor
  • Assembly: UnityEditor
public enum WebGLDebugSymbolMode

Remarks

This enum is used within the WebGL platform to define how debug symbols are added to the build.

Fields

Value

Description

EmbeddedDebug symbols are embedded into the wasm file.
ExternalDebug symbols are stored in an external file.
OffNo debug symbols are added to the build.