unity 获取Project面板已选择资源的路径
2021-01-28 04:14
阅读:487
标签:bug setpath set str tab class sel guid unity unity 获取Project面板已选择资源的路径 标签:bug setpath set str tab class sel guid unity 原文地址:https://www.cnblogs.com/kingBook/p/12841327.htmlstring[] guids=Selection.assetGUIDs;
int i=guids.Length;
while(--i>=0){
string guid=guids[i];
string assetPath=AssetDatabase.GUIDToAssetPath(guid);
Debug.Log(assetPath);
}
下一篇:Java集合面试题汇总篇
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:unity 获取Project面板已选择资源的路径
文章链接:http://soscw.com/index.php/essay/48061.html
文章标题:unity 获取Project面板已选择资源的路径
文章链接:http://soscw.com/index.php/essay/48061.html
评论
亲,登录后才可以留言!