IssueCategory
Identifiers for all the categories of issues reported by Project Auditor.
Read time 2 minutesLast updated 3 days ago
Definition
- Type: Enum
- Namespace: Unity.ProjectAuditor.Editor
- Assembly: UnityEditor
public enum IssueCategory
Remarks
As Project Auditor's remit has expanded, so has the definition of what constitutes an issue category. For example, categories relating to assets, shaders or build reports represent categories of information about the project's content but do not necessarily qualify as issues that should be addressed.
Fields
Value | Description |
|---|---|
| AnimationClip | Issues relating to animation clips |
| AnimatorController | Issues relating to animator controllers |
| Assembly | Category for information about all of the code assemblies in the project |
| AssetIssue | Issues relating to asset data or asset import settings |
| AudioClip | Issues relating to Audio Clip assets and import settings |
| Avatar | Issues relating to avatars |
| AvatarMask | Issues relating to avatar masks |
| BuildFile | Category for displaying information about files created during the project build process |
| BuildStep | Category for displaying information about the steps of the build process and how long they took |
| BuildSummary | Category for build summary information |
| Code | Code Issues, discovered by static code analysis |
| CodeCompilerMessage | Compiler errors and warnings generated whilst compiling code for static analysis |
| ComputeShaderVariant | Category for displaying variants of compute shaders |
| GameObject | Category for showing GameObjects |
| Material | Category for showing materials grouped by shader |
| Mesh | Issues relating to Mesh assets and import settings |
| MeshCollider | Category for showing MeshColliders |
| MigrateToCoreCLRSummary | Category for the summary of issues relating to migrating the project to CoreCLR |
| MigrateToURPSummary | Category for the summary of issues relating to migrating the project to URP |
| ObsoleteAPI | A library of deprecated API |
| OptimizationSummary | Category for the summary of issues relating to optimizing the project |
| Package | Category for displaying installed packages |
| PrecompiledAssembly | Category for information about precompiled assemblies |
| ProjectSetting | Issues relating to project settings |
| Shader | Category for reporting shaders in the project |
| ShaderCompilerMessage | Issues reported by the shader compiler |
| ShaderVariant | Category for reporting shader variants |
| SpriteAtlas | Issues relating to Sprite Atlas assets and import settings |
| Texture | Issues relating to texture assets and texture import settings |
| UpgradeSummary | Category for the summary of issues relating to upgrading the project |