Unity - Scripting API: Severity
enumeration
Success!
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.
Submission failed
For 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.
Description
Severity of an issue
Properties
| Property | Description |
|---|---|
| Default | Default Severity |
| Error | An error that will prevent a successful build - for example, a code compile error encountered during code analysis |
| Critical | Critical impact on performance, quality or functionality |
| Major | Significant impact |
| Moderate | Moderate impact |
| Minor | Minor impact |
| Warning | A compiler warning encountered during code analysis |
| Info | Something which is reported for informational purposes only, not necessarily a problem |
| None | Suppressed, ignored by UI and build |
| Hidden | Not visible to user |