Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


WebGLExceptionSupport

Options for Exception support in WebGL.
Read time 1 minuteLast updated 6 days ago

Definition

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

Fields

Value

Description

ExplicitlyThrownExceptionsOnlyEnable throw support.
FullWithoutStacktraceEnable exception support for all exceptions, without stack trace information.
FullWithStacktraceEnable exception support for all exceptions, including stack trace information.
NoneDisable exception support.