Enum Area
Affected area
Namespace: Unity.ProjectAuditor .Editor.Diagnostic
Assembly: solution.dll
Syntax
public enum Area
Fields
Name | Description |
---|---|
BuildSize | Application size |
BuildTime | Build time |
CPU | CPU Performance |
GPU | GPU Performance |
LoadTime | Load times |
Memory | Memory consumption |
Quality | Quality. For example, using deprecated APIs that might be removed in the future |
Requirement | Required by platform. Typically this issue must be fixed before submitting to the platform store |
Support | Lack of platform support. For example, using APIs that are not supported on a specific platform and might fail at runtime |