Enum IssueCategory
Identifiers for all the categories of issues reported by Project Auditor.
Namespace: Unity.ProjectAuditor .Editor
Assembly: Unity.ProjectAuditor.Editor.dll
Syntax
[JsonConverter(typeof(StringEnumConverter))]
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
Name | 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 |
DomainReload | Issues that could result in undesired behavior if domain reloading is disabled |
FirstCustomCategory | Enum value indicating the first available custom category |
Material | Category for showing materials grouped by shader |
Mesh | Issues relating to Mesh assets and import settings |
Metadata | Category for General statistics about the analysis process and its results. |
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 |