GetPrecompiledAssemblyPaths(PrecompiledAssemblySources)
Returns the paths to the precompiled assemblies which are included when building editor assemblies and match any of the given PrecompiledAssemblySources.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Compilation
- Assembly: UnityEditor
public static string[] GetPrecompiledAssemblyPaths(CompilationPipeline.PrecompiledAssemblySources precompiledAssemblySources)
Parameters
Determines which assembly paths will be returned.
Returns
Type | Description |
|---|---|
| string[] | An array of paths to precompiled assemblies. |