This version of Unity is unsupported.

CompilationPipeline.GetPrecompiledAssemblyPaths

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

Parameters

precompiledAssemblySourcesDetermines 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.