AssetDatabase.GUIDToAssetPath GUID转资源路径


static function GUIDToAssetPath (guid : string) : string

Description描述

Translate a GUID to its current asset path

将GUID(全局唯一标识符)转换为对应的资源路径。

All paths are relative to the project folder. Like: "Assets/MyTextures/hello.png"

所有的路径都是相对于工程目录文件。例如” Assets/MyTextures/hello.png”


,