Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

CompilationPipeline.GetPrecompiledAssemblyPaths

Declaration

public static string[] GetPrecompiledAssemblyPaths(Compilation.CompilationPipeline.PrecompiledAssemblySources precompiledAssemblySources);

Parameters

precompiledAssemblySources Determines which assembly paths will be returned.

Returns

string[] An array of paths to precompiled assemblies.

Description

Returns the paths to the precompiled assemblies which are included when building editor assemblies and match any of the given PrecompiledAssemblySources.