Enum Areas
Which area(s) of a project may be affected by a ReportItem.
Namespace: Unity.ProjectAuditor.Editor
Assembly: Unity.ProjectAuditor.Editor.dll
Syntax
[Flags]
[JsonConverter(typeof(AreasJsonConverter))]
public enum Areas
Fields
Name | Description |
---|---|
All | Bitmask value representing all areas |
BuildSize | Application size |
BuildTime | Build time |
CPU | CPU Performance |
GPU | GPU Performance |
IterationTime | Issues which affect iteration time in the Editor and can hamper productivity during development |
LoadTime | Load times |
Memory | Memory consumption |
None | Indicates some error with the Descriptor data: A descriptor should never match no areas. |
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 |