Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetAssemblyDefinitionFilePathFromAssemblyReference(string)

Returns the assembly definition file path for an Assembly Definition File GUID or assembly name reference. Returns null if there is no assembly definition file for the given assembly reference.
Read time 1 minuteLast updated 10 days ago

Definition

public static string GetAssemblyDefinitionFilePathFromAssemblyReference(string reference)

Parameters

reference

The assembly definition file GUID or assembly name reference.

Returns

Type

Description

stringThe file path of the given assembly definition file.

Remarks

This utilty method should be used instead of CompilationPipeline.GetAssemblyDefinitionFilePathFromAssemblyName for Assembly Definition File references, as it supports both assembly name and GUID based references.