Version: 2021.1
Method group is Obsolete

PlayerSettings.useReferenceAssemblies

切换到手册
Obsolete public static bool useReferenceAssemblies ;

描述

Set to true to make Unity use Roslyn reference assemblies when compiling scripts. Enabled by default.

By default, Unity uses Roslyn reference assemblies to compile scripts in the Editor. This allows Unity to skip compilation of referenced assemblies if their metadata has not changed since the last compilation. As a result, compilation and iteration times are faster when developing in the Editor. If you disable this setting, when a script is modified, Unity recompiles all referenced assemblies regardless of whether the assembly metadata has changed.

You should only disable this property if you are having issues or crashes with script compilation in the Editor