GUIDToAssemblyDefinitionReferenceGUID(string)
Converts the given GUID to an assembly definition file GUID reference.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Compilation
- Assembly: UnityEditor.CoreModule
public static string GUIDToAssemblyDefinitionReferenceGUID(string guid)
Parameters
The given assembly definition file asset GUID.
Returns
Type | Description |
|---|---|
| string | The assembly definition file GUID reference for the given asset GUID. |
Remarks
You can store an Assembly Definition File reference as a GUID reference. This utility method converts a GUID string to a GUID reference.