Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


exceptionSupport

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

Definition

  • Type: Property
  • Namespace: UnityEditor
  • Assembly: UnityEditor
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.