AssetDatabase.GUIDToAssetPath
static function GUIDToAssetPath(guid: string): string;
static string GUIDToAssetPath(string guid);
static def GUIDToAssetPath(guid as string) as string
Description

Translate a GUID to its current asset path.

All paths are relative to the project folder, for example: "AssetsMyTextureshello.png".