unity 获取Project面板已选择资源的路径

2021-01-28 04:14

阅读:487

标签:bug   setpath   set   str   tab   class   sel   guid   unity   

string[] guids=Selection.assetGUIDs;
int i=guids.Length;
while(--i>=0){
	string guid=guids[i];
	string assetPath=AssetDatabase.GUIDToAssetPath(guid);
	Debug.Log(assetPath);
}

unity 获取Project面板已选择资源的路径

标签:bug   setpath   set   str   tab   class   sel   guid   unity   

原文地址:https://www.cnblogs.com/kingBook/p/12841327.html


评论


亲,登录后才可以留言!