RequestScriptCompilationOptions
Options for specifying the behavior of CompilationPipeline.RequestScriptCompilation.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Enum
- Namespace: UnityEditor.Compilation
- Assembly: UnityEditor.CoreModule
[Flags]public enum RequestScriptCompilationOptions
Fields
Value | Description |
|---|---|
| CleanBuildCache | Clear all cached build results, resulting in a full rebuild of all scripts. |
| None | The default behavior. Unity will only recompile scripts that have changed, or that need recompiling due to changes in settings that affect script compilation. |