docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum Severity

    Severity of an issue

    Namespace: Unity.ProjectAuditor.Editor
    Assembly: Unity.ProjectAuditor.Editor.dll
    Syntax
    [JsonConverter(typeof(StringEnumConverter))]
    public enum Severity

    Fields

    Name Description
    Critical

    Critical impact on performance, quality or functionality

    Default

    Default Severity

    Error

    An error that will prevent a successful build - for example, a code compile error encountered during code analysis

    Hidden

    Not visible to user

    Info

    Something which is reported for informational purposes only, not necessarily a problem

    Major

    Significant impact

    Minor

    Minor impact

    Moderate

    Moderate impact

    None

    Suppressed, ignored by UI and build

    Warning

    A compiler warning encountered during code analysis

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)