Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


exceptionSupport

Exception support for WebGL builds.
Read time 1 minuteLast updated 12 days ago

Definition

  • Type: Property
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
public static WebGLExceptionSupport exceptionSupport { get; set; }

Remarks

Allows different settings to enable exception catching in WebGL. Set this to
None
if you don't need it, as it has a significant performance overhead. For the available values and their descriptions, refer to WebGLExceptionSupport.