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

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-07
  • 2022-01-22
  • 2022-01-31
  • 2021-05-31
猜你喜欢
  • 2022-12-23
  • 2021-05-26
  • 2022-01-17
  • 2022-12-23
  • 2022-12-23
  • 2021-11-18
  • 2021-09-03
相关资源
相似解决方案