码迷,mamicode.com
首页 > 编程语言 > 详细

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

时间:2020-05-07 10:44:24      阅读:242      评论:0      收藏:0      [点我收藏+]

标签: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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!