Version: 2022.2
언어: 한국어

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.