Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CompilationPipeline.PrecompiledAssemblySources

Specifies the sources of precompiled assemblies referenced during compilation.
Read time 1 minuteLast updated 10 days ago

Definition

[Flags]public enum CompilationPipeline.PrecompiledAssemblySources

Remarks

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Fields

Value

Description

AllMatches all assembly sources.
SystemAssemblyMatches assemblies supplied by the target framework.
UnityAssemblyMatches any Unity assemblies.
UnityEditorMatches UnityEditor and editor module assemblies.
UnityEngineMatches UnityEngine and runtime module assemblies.
UserAssemblyMatches precompiled assemblies present in the project and packages.