Enum IssueCategory
Options for predefined categories of issues. Note that it is possible to register new categories at editor-time via ProjectAuditor.GetOrRegisterCategory()
Namespace: Unity.ProjectAuditor .Editor
Assembly: solution.dll
Syntax
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 |
---|---|
Assembly | Category for information about all of the code assemblies in the project |
AssetDiagnostic | Issues relating to asset data or asset import settings |
AudioClip | Issues relating to Audio Clip assets and import settings |
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 diagnostic 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 |
FirstCustomCategory | Enum value indicating the first available custom category |
GenericInstance | Instances of generic data types found in code. Reported because excessive use of generics can contribute to increased memory usage for IL2CPP metadata. |
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 |
PackageDiagnostic | Category for package diagnostic information |
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 |