Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetAssemblyDefinitionFilePathFromScriptPath(string)

Returns the assembly definition file path for a source (script) path. Returns null if there is no assembly definition file for the given script path.
Read time 1 minuteLast updated 6 days ago

Definition

public static string GetAssemblyDefinitionFilePathFromScriptPath(string sourceFilePath)

Parameters

sourceFilePath

Source (script) file path.

Returns

Type

Description

stringFile path of assembly definition file.