DiagnosticsController.MessageResposeOption.FatalResponseType Enum

Description

Fatal error response type.

Constant

Value

Description

DelayedCrash

0

Display error for 10 secondes, then actively crash. Dialog will showup for confirmation before crash in Unity Editor.

ImmediateCrash

1

Actively crash immediately.

Display

2

Display message. Display in UI on phone or PC. Display 5 meters in front of eye on head mounted devices.

Log

3

Output message in log.