DiagnosticsController.FatalResponseType Enum¶
Description¶
Fatal error response type.
Constant |
Value |
Description |
---|---|---|
DelayedCrash |
0 |
Popup error for 10 secondes, then actively crash. Dialog will showup for confirmation before crash in Unity Editor. |
ImmediateCrash |
1 |
Actively crash immediately. |
Popup |
2 |
Popup 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. |