Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IssueCategory

Identifiers for all the categories of issues reported by Project Auditor.
Read time 2 minutesLast updated 3 days ago

Definition

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

AnimationClipIssues relating to animation clips
AnimatorControllerIssues relating to animator controllers
AssemblyCategory for information about all of the code assemblies in the project
AssetIssueIssues relating to asset data or asset import settings
AudioClipIssues relating to Audio Clip assets and import settings
AvatarIssues relating to avatars
AvatarMaskIssues relating to avatar masks
BuildFileCategory for displaying information about files created during the project build process
BuildStepCategory for displaying information about the steps of the build process and how long they took
BuildSummaryCategory for build summary information
CodeCode Issues, discovered by static code analysis
CodeCompilerMessageCompiler errors and warnings generated whilst compiling code for static analysis
ComputeShaderVariantCategory for displaying variants of compute shaders
GameObjectCategory for showing GameObjects
MaterialCategory for showing materials grouped by shader
MeshIssues relating to Mesh assets and import settings
MeshColliderCategory for showing MeshColliders
MigrateToCoreCLRSummaryCategory for the summary of issues relating to migrating the project to CoreCLR
MigrateToURPSummaryCategory for the summary of issues relating to migrating the project to URP
ObsoleteAPIA library of deprecated API
OptimizationSummaryCategory for the summary of issues relating to optimizing the project
PackageCategory for displaying installed packages
PrecompiledAssemblyCategory for information about precompiled assemblies
ProjectSettingIssues relating to project settings
ShaderCategory for reporting shaders in the project
ShaderCompilerMessageIssues reported by the shader compiler
ShaderVariantCategory for reporting shader variants
SpriteAtlasIssues relating to Sprite Atlas assets and import settings
TextureIssues relating to texture assets and texture import settings
UpgradeSummaryCategory for the summary of issues relating to upgrading the project