Version: 2022.3
言語: 日本語

RequestScriptCompilationOptions

enumeration

マニュアルに切り替える

説明

Options for specifying the behavior of CompilationPipeline.RequestScriptCompilation.

変数

NoneThe default behavior. Unity will only recompile scripts that have changed, or that need recompiling due to changes in settings that affect script compilation.
CleanBuildCacheClear all cached build results, resulting in a full rebuild of all scripts.