# IssueCategory

> Identifiers for all the categories of issues reported by Project Auditor.

## Definition

* **Type:** Enum
* **Namespace:** [Unity.ProjectAuditor.Editor](/engine/6000.7/script-reference/unity/projectauditor/editor.md)
* **Assembly:** UnityEditor

```csharp
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](/engine/6000.7/script-reference/unity/projectauditor/editor/issuecategory/animationclip.md)                     | Issues relating to animation clips                                               |
| [AnimatorController](/engine/6000.7/script-reference/unity/projectauditor/editor/issuecategory/animatorcontroller.md)           | Issues relating to animator controllers                                          |
| [Assembly](/engine/6000.7/script-reference/unity/projectauditor/editor/issuecategory/assembly.md)                               | Category for information about all of the code assemblies in the project         |
| [AssetIssue](/engine/6000.7/script-reference/unity/projectauditor/editor/issuecategory/assetissue.md)                           | Issues relating to asset data or asset import settings                           |
| [AudioClip](/engine/6000.7/script-reference/unity/projectauditor/editor/issuecategory/audioclip.md)                             | Issues relating to Audio Clip assets and import settings                         |
| [Avatar](/engine/6000.7/script-reference/unity/projectauditor/editor/issuecategory/avatar.md)                                   | Issues relating to avatars                                                       |
| [AvatarMask](/engine/6000.7/script-reference/unity/projectauditor/editor/issuecategory/avatarmask.md)                           | Issues relating to avatar masks                                                  |
| [BuildSummary](/engine/6000.7/script-reference/unity/projectauditor/editor/issuecategory/buildsummary.md)                       | Category for build summary information                                           |
| [Code](/engine/6000.7/script-reference/unity/projectauditor/editor/issuecategory/code.md)                                       | Code Issues, discovered by static code analysis                                  |
| [CodeCompilerMessage](/engine/6000.7/script-reference/unity/projectauditor/editor/issuecategory/codecompilermessage.md)         | Compiler errors and warnings generated whilst compiling code for static analysis |
| [ComputeShaderVariant](/engine/6000.7/script-reference/unity/projectauditor/editor/issuecategory/computeshadervariant.md)       | Category for displaying variants of compute shaders                              |
| [GameObject](/engine/6000.7/script-reference/unity/projectauditor/editor/issuecategory/gameobject.md)                           | Category for showing GameObjects                                                 |
| [Material](/engine/6000.7/script-reference/unity/projectauditor/editor/issuecategory/material.md)                               | Category for showing materials grouped by shader                                 |
| [Mesh](/engine/6000.7/script-reference/unity/projectauditor/editor/issuecategory/mesh.md)                                       | Issues relating to Mesh assets and import settings                               |
| [MeshCollider](/engine/6000.7/script-reference/unity/projectauditor/editor/issuecategory/meshcollider.md)                       | Category for showing MeshColliders                                               |
| [MigrateToCoreCLRSummary](/engine/6000.7/script-reference/unity/projectauditor/editor/issuecategory/migratetocoreclrsummary.md) | Category for the summary of issues relating to migrating the project to CoreCLR  |
| [MigrateToURPSummary](/engine/6000.7/script-reference/unity/projectauditor/editor/issuecategory/migratetourpsummary.md)         | Category for the summary of issues relating to migrating the project to URP      |
| [ObsoleteAPI](/engine/6000.7/script-reference/unity/projectauditor/editor/issuecategory/obsoleteapi.md)                         | A library of deprecated API                                                      |
| [OptimizationSummary](/engine/6000.7/script-reference/unity/projectauditor/editor/issuecategory/optimizationsummary.md)         | Category for the summary of issues relating to optimizing the project            |
| [Package](/engine/6000.7/script-reference/unity/projectauditor/editor/issuecategory/package.md)                                 | Category for displaying installed packages                                       |
| [PrecompiledAssembly](/engine/6000.7/script-reference/unity/projectauditor/editor/issuecategory/precompiledassembly.md)         | Category for information about precompiled assemblies                            |
| [ProjectSetting](/engine/6000.7/script-reference/unity/projectauditor/editor/issuecategory/projectsetting.md)                   | Issues relating to project settings                                              |
| [Shader](/engine/6000.7/script-reference/unity/projectauditor/editor/issuecategory/shader.md)                                   | Category for reporting shaders in the project                                    |
| [ShaderCompilerMessage](/engine/6000.7/script-reference/unity/projectauditor/editor/issuecategory/shadercompilermessage.md)     | Issues reported by the shader compiler                                           |
| [ShaderVariant](/engine/6000.7/script-reference/unity/projectauditor/editor/issuecategory/shadervariant.md)                     | Category for reporting shader variants                                           |
| [SpriteAtlas](/engine/6000.7/script-reference/unity/projectauditor/editor/issuecategory/spriteatlas.md)                         | Issues relating to Sprite Atlas assets and import settings                       |
| [Texture](/engine/6000.7/script-reference/unity/projectauditor/editor/issuecategory/texture.md)                                 | Issues relating to texture assets and texture import settings                    |
| [UpgradeSummary](/engine/6000.7/script-reference/unity/projectauditor/editor/issuecategory/upgradesummary.md)                   | Category for the summary of issues relating to upgrading the project             |
