LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

This version of Unity is unsupported.

WebGLExceptionSupport

enumeration

Description

Options for Exception support in WebGL.

Properties

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