enumeration
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseSpecifies the category of crash to cause when calling ForceCrash().
AccessViolation | Cause a crash by performing an invalid memory access.The invalid memory access is performed on each platform as follows: |
FatalError | Cause a crash using Unity's native fatal error implementation. |
Abort | Cause a crash by calling the abort() function. |
PureVirtualFunction | Cause a crash by calling a pure virtual function to raise an exception. |
MonoAbort | Cause a crash by calling the abort() function within the Mono dynamic library. |