CompilationMode
Options for the compilation mode Project Auditor should use when performing code analysis.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Enum
- Namespace: Unity.ProjectAuditor.Editor
- Assembly: UnityEditor
public enum CompilationMode
Remarks
Setting the compilation mode can affect how long analysis takes, which assemblies are analysed and whether certain scripting define symbols are considered.
Fields
Value | Description |
|---|---|
| DevelopmentPlayer | Development player |
| Editor | Editor assemblies |
| EditorPlayMode | Editor assemblies for Play Mode |
| Player | Non-Development player (default) |