ImportArtResTool.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373
  1. using UnityEditor;
  2. using UnityEngine;
  3. using System.IO;
  4. using System;
  5. using System.Collections.Generic;
  6. using GFGGame;
  7. namespace GFGEditor
  8. {
  9. public class ImportArtResTool
  10. {
  11. public static string ResRootDirName = "正式资源";
  12. public static string ResRootDirNameDressUp = "正式资源";
  13. public static string ResRootPath { get { return $"../../../gfg/{ResRootDirName}/"; } }
  14. public static string ResRootPathDressUp { get { return $"../../../gfg/{ResRootDirNameDressUp}/"; } }
  15. public static string ragule = @"^[0-9a-zA-Z_.]{1,}$";
  16. public static string Md5FilePath = $"{ResPathUtil.RES_ROOT_DIR_PATH}/MD5";
  17. private static string[] FieldGuideIconSrcPaths { get { return new string[] { ResRootPath + "图鉴/套装图鉴" }; } }
  18. public static string FieldGuideIconTargetPath = $"{ResPathUtil.TEXTURE_DIR_PATH}/FieldGuide/SuitIcon/";
  19. public static string FieldGuideIconMd5FileSaveName = "FieldGuideIconMd5";
  20. private static string[] ChapterGuideIconSrcPaths { get { return new string[] { ResRootPath + "图鉴/博物图鉴" }; } }
  21. public static string ChapterGuideIconTargetPath = $"{ResPathUtil.TEXTURE_DIR_PATH}/FieldGuide/ChapterIcon/";
  22. public static string ChapterGuideIconMd5FileSaveName = "ChapterGuideIconMd5";
  23. private static string[] MusicSrcPaths { get { return new string[] { ResRootPath + "music/" }; } }
  24. public static string MusicTargetPath = $"{ResPathUtil.MUSIC_DIR_PATH}/";
  25. public static string MusicMd5FileSaveName = "MusicMd5";
  26. private static string[] VoiceSrcPaths { get { return new string[] { ResRootPath + "voice/" }; } }
  27. public static string VoiceTargetPath = $"{ResPathUtil.Voice_DIR_PATH}/";
  28. public static string VoiceMd5FileSaveName = "VoiceMd5";
  29. private static string[] CardMusicSrcPaths { get { return new string[] { ResRootPath + "cardMusic/Card/" }; } }
  30. public static string CardMusicTargetPath = $"{ResPathUtil.SOUND_DIR_PATH}/Card/";
  31. public static string CardMusicMd5FileSaveName = "CardMusicMd5";
  32. private static string[] ItemIconSrcPaths { get { return new string[] { ResRootPath + "icon/" }; } }
  33. public static string ItemIconTargetPath = $"{ResPathUtil.TEXTURE_DIR_PATH}/Icon/";
  34. public static string IconMd5FileSaveName = "IconMd5";
  35. private static string[] DressUpSrcPaths { get { return new string[] { ResRootPathDressUp + "suit/" }; } }
  36. public static string DressUpTargetPath = $"{ResPathUtil.TEXTURE_DIR_PATH}/DressUp/";
  37. public static string DressUpMd5FileSaveName = "DressUpMd5";
  38. private static string[] NpcFaceSrcPaths { get { return new string[] { ResRootPath + "npc/对话表情/" }; } }
  39. public static string NpcFaceTargetPath = $"{ResPathUtil.TEXTURE_DIR_PATH}/Npc/Face/";
  40. public static string NpcFacepMd5FileSaveName = "NpcFaceMd5";
  41. private static string[] NpcHeadSrcPaths { get { return new string[] { ResRootPath + "npc/对战头像/" }; } }
  42. public static string NpcHeadTargetPath = $"{ResPathUtil.TEXTURE_DIR_PATH}/Npc/Head/";
  43. public static string NPCHeadMd5FileSaveName = "NpcHeadMd5";
  44. private static string[] NpcPicSrcPaths { get { return new string[] { ResRootPath + "npc/对战立绘/" }; } }
  45. public static string NpcPicTargetPath = $"{ResPathUtil.TEXTURE_DIR_PATH}/Npc/PicF/";
  46. public static string PicFMd5FileSaveName = "PicFMd5";
  47. private static string[] NpcPicSSrcPaths { get { return new string[] { ResRootPath + "npc/对话立绘/" }; } }
  48. public static string NpcPicSTargetPath = $"{ResPathUtil.TEXTURE_DIR_PATH}/Npc/PicS/";
  49. public static string PicSMd5FileSaveName = "PicSMd5";
  50. public static string[] BgSrcPaths { get { return new string[] { ResRootPath + "scene/" }; } }
  51. public static string BgTargetPath = $"{ResPathUtil.TEXTURE_DIR_PATH}/SceneBg/";
  52. public static string BgMd5FileSaveName = "BgMd5";
  53. private static string[] CardBgSrcPaths { get { return new string[] { ResRootPath + "卡牌/pic/" }; } }
  54. public static string CardBgTargetPath = $"{ResPathUtil.TEXTURE_DIR_PATH}/Card/Bg/";
  55. public static string CardBgMd5FileSaveName = "CardBgMd5";
  56. private static string[] CardIconSrcPaths { get { return new string[] { ResRootPath + "卡牌/icon/" }; } }
  57. public static string CardIconTargetPath = $"{ResPathUtil.TEXTURE_DIR_PATH}/Card/Card/";
  58. public static string CardMd5FileSaveName = "CardMd5";
  59. private static string[] CardSkillSrcPaths { get { return new string[] { ResRootPath + "卡牌/skill/" }; } }
  60. public static string CardSkillTargetPath = $"{ResPathUtil.TEXTURE_DIR_PATH}/Card/Skill/";
  61. public static string CardSkillMd5FileSaveName = "CardSkillMd5";
  62. private static string[] ActivitySrcPaths { get { return new string[] { ResRootPath + "activity/activity/" }; } }
  63. public static string ActivityTargetPath = $"{ResPathUtil.TEXTURE_DIR_PATH}/Activity/Activity/";
  64. public static string ActivityMd5FileSaveName = "ActivityMd5";
  65. private static string[] ActivityShow1SrcPaths { get { return new string[] { ResRootPath + "activity/show1/" }; } }
  66. public static string ActivityShow1TargetPath = $"{ResPathUtil.TEXTURE_DIR_PATH}/Activity/Show1/";
  67. public static string ActivityShow1Md5FileSaveName = "ActivityShow1Md5";
  68. private static string[] PhotoGraphBorderPaths { get { return new string[] { ResRootPath + "边框/" }; } }
  69. public static string PhotoGraphBorderTargetPath = $"{ResPathUtil.TEXTURE_DIR_PATH}/Photograph/border/";
  70. public static string PhotoGraphBorderMd5FileSaveName = "PhotoGraphBorderMd5";
  71. private static string[] UIBgSrcPaths { get { return new string[] { ResRootPath + "UI背景/" }; } }
  72. public static string UIBgTargetPath = $"{ResPathUtil.TEXTURE_DIR_PATH}/BgImg/";
  73. public static string UIBgMd5FileSaveName = "UIBgMd5";
  74. private static string[] ActivityShow2SrcPaths { get { return new string[] { ResRootPath + "activity/show2/" }; } }
  75. public static string ActivityShow2TargetPath = $"{ResPathUtil.TEXTURE_DIR_PATH}/Activity/Show2/";
  76. public static string ActivityShow2Md5FileSaveName = "ActivityShow2Md5";
  77. public static string[] DressUpAnimationSrcPaths { get { return new string[] { ResRootPathDressUp + $"ArtProject/{ResPathUtil.ANIMATION_DIR_PATH}/" }; } }
  78. public static string DressUpAnimationTargetPath = $"{ResPathUtil.ANIMATION_DIR_PATH}/";
  79. public static string[] EffectSrcPaths { get { return new string[] { ResRootPath + $"ArtProject/{ResPathUtil.EFFECT_DIR_PATH}/" }; } }
  80. public static string EffectTargetPath = $"{ResPathUtil.EFFECT_DIR_PATH}/";
  81. public static string[] MaterialSrcPaths { get { return new string[] { ResRootPath + $"ArtProject/{ResPathUtil.Material_DIR_PATH}/Effect/" }; } }
  82. public static string MaterialTargetPath = $"{ResPathUtil.Material_DIR_PATH}/Effect/";
  83. public static string EffectMaterialMd5FileSaveName = "EffectMaterialMd5";
  84. public static string[] ShaderSrcPaths { get { return new string[] { ResRootPath + $"ArtProject/{ResPathUtil.Shader_DIR_PATH}/" }; } }
  85. public static string ShaderTargetPath = $"{ResPathUtil.Shader_DIR_PATH}/";
  86. public static string ShaderMd5FileSaveName = "ShaderMd5";
  87. public static string[] ModelSrcPaths { get { return new string[] { ResRootPath + $"ArtProject/{ResPathUtil.Model_DIR_PATH}/" }; } }
  88. public static string ModelTargetPath = $"{ResPathUtil.Model_DIR_PATH}/";
  89. public static string ModelMd5FileSaveName = "ModelMd5";
  90. public static string[] TextureSrcPaths { get { return new string[] { ResRootPath + $"ArtProject/{ResPathUtil.TEXTURE_DIR_PATH}/Effect/" }; } }
  91. public static string TextureTargetPath = $"{ResPathUtil.TEXTURE_DIR_PATH}/Effect/";
  92. public static string EffectTextureMd5FileSaveName = "EffectTextureMd5";
  93. private static string[] TravelBgPaths { get { return new string[] { ResRootPath + "千山万水/背景/" }; } }
  94. public static string TravelBgTargetPath = $"{ResPathUtil.TEXTURE_DIR_PATH}/Travel/Bg/";
  95. public static string TravelBgMd5FileSaveName = "TravelBgMd5";
  96. private static string[] TravelRolePaths { get { return new string[] { ResRootPath + "千山万水/角色/" }; } }
  97. public static string TravelRoleTargetPath = $"{ResPathUtil.TEXTURE_DIR_PATH}/Travel/Role/";
  98. public static string TravelRoleMd5FileSaveName = "TravelRoleMd5";
  99. private static string[] HeadPaths { get { return new string[] { ResRootPath + "头像/头像/" }; } }
  100. public static string HeadTargetPath = $"{ResPathUtil.TEXTURE_DIR_PATH}/Head/Head/";
  101. public static string HeadMd5FileSaveName = "HeadMd5";
  102. private static string[] HeadBorderPaths { get { return new string[] { ResRootPath + "头像/头像框/" }; } }
  103. public static string HeadBorderTargetPath = $"{ResPathUtil.TEXTURE_DIR_PATH}/Head/HeadBorder/";
  104. public static string HeadBorderMd5FileSaveName = "HeadBorderMd5";
  105. private static string[] LeagueIconPaths { get { return new string[] { ResRootPath + "联盟徽章/" }; } }
  106. public static string LeagueIconTargetPath = $"{ResPathUtil.TEXTURE_DIR_PATH}/LeagueIcon/";
  107. public static string LeagueIconMd5FileSaveName = "LeagueIconMd5";
  108. public static string[] MiniGameFlipPaths { get { return new string[] { ResRootPath + "MiniGame/FlipGame/" }; } }
  109. public static string MiniGameFlipTargetPath = $"{ResPathUtil.TEXTURE_DIR_PATH}/MiniGame/FlipGame/";
  110. public static string MiniGameFlipMd5FileSaveName = "MiniGameFlipMd5";
  111. public static string[] MiniGameHRDPaths { get { return new string[] { ResRootPath + "MiniGame/HRDGame/" }; } }
  112. public static string MiniGameHRDTargetPath = $"{ResPathUtil.TEXTURE_DIR_PATH}/MiniGame/HRDGame/";
  113. public static string MiniGameHRDMd5FileSaveName = "MiniGameHRDMd5";
  114. public static string[] MiniGameTZFEPaths { get { return new string[] { ResRootPath + "MiniGame/TZFEGame/" }; } }
  115. public static string MiniGameTZFETargetPath = $"{ResPathUtil.TEXTURE_DIR_PATH}/MiniGame/TZFEGame/";
  116. public static string MiniGameTZFEMd5FileSaveName = "MiniGameTZFEMd5";
  117. public static string[] MiniGameMergePaths { get { return new string[] { ResRootPath + "MiniGame/MergeGame/" }; } }
  118. public static string MiniGameMergeTargetPath = $"{ResPathUtil.TEXTURE_DIR_PATH}/MiniGame/MergeGame/";
  119. public static string MiniGameMergeMd5FileSaveName = "MiniGameMergeMd5";
  120. public static void Test()
  121. {
  122. ImportClip(NpcFaceSrcPaths, NpcFaceTargetPath, NpcFacepMd5FileSaveName);
  123. }
  124. public static void Import()
  125. {
  126. var md5Path = ImportArtResTool.Md5FilePath;
  127. if (!Directory.Exists(md5Path))
  128. {
  129. Directory.CreateDirectory(md5Path);
  130. }
  131. //音乐
  132. EditorUtility.DisplayProgressBar("进度", "正在导入音乐", 1);
  133. ImportRes(MusicSrcPaths, MusicTargetPath, MusicMd5FileSaveName);
  134. //语音
  135. EditorUtility.DisplayProgressBar("进度", "正在导入语音", 1);
  136. ImportRes(VoiceSrcPaths, VoiceTargetPath, VoiceMd5FileSaveName);
  137. //词牌音乐
  138. EditorUtility.DisplayProgressBar("进度", "正在导入词牌音乐", 1);
  139. ImportRes(CardMusicSrcPaths, CardMusicTargetPath, CardMusicMd5FileSaveName);
  140. //套装图鉴图标
  141. EditorUtility.DisplayProgressBar("进度", "正在导入图鉴图标", 1);
  142. ImportRes(FieldGuideIconSrcPaths, FieldGuideIconTargetPath, FieldGuideIconMd5FileSaveName);
  143. //博物图鉴图标
  144. EditorUtility.DisplayProgressBar("进度", "正在导入博物图鉴图标", 1);
  145. ImportRes(ChapterGuideIconSrcPaths, ChapterGuideIconTargetPath, ChapterGuideIconMd5FileSaveName);
  146. //物品图标
  147. EditorUtility.DisplayProgressBar("进度", "正在导入物品图标", 1);
  148. ImportRes(ItemIconSrcPaths, ItemIconTargetPath, IconMd5FileSaveName);
  149. // 换装部件
  150. EditorUtility.DisplayProgressBar("进度", "正在裁减换装部件", 1);
  151. ImportClip(DressUpSrcPaths, DressUpTargetPath, DressUpMd5FileSaveName);
  152. // NPC对话表情
  153. EditorUtility.DisplayProgressBar("进度", "正在裁减NPC对话表情", 1);
  154. ImportClip(NpcFaceSrcPaths, NpcFaceTargetPath, NpcFacepMd5FileSaveName);
  155. //NPC头像
  156. EditorUtility.DisplayProgressBar("进度", "正在导入NPC头像", 1);
  157. ImportRes(NpcHeadSrcPaths, NpcHeadTargetPath, NPCHeadMd5FileSaveName);
  158. //背景
  159. EditorUtility.DisplayProgressBar("进度", "正在导入背景图", 1);
  160. ImportRes(BgSrcPaths, BgTargetPath, BgMd5FileSaveName);
  161. //词牌背景
  162. EditorUtility.DisplayProgressBar("进度", "正在导入词牌背景", 1);
  163. ImportRes(CardBgSrcPaths, CardBgTargetPath, CardBgMd5FileSaveName);
  164. //词牌icon
  165. EditorUtility.DisplayProgressBar("进度", "正在导入词牌图标", 1);
  166. ImportRes(CardIconSrcPaths, CardIconTargetPath, CardMd5FileSaveName);
  167. //词牌技能图标
  168. EditorUtility.DisplayProgressBar("进度", "正在导入词牌技能图标", 1);
  169. ImportRes(CardSkillSrcPaths, CardSkillTargetPath, CardSkillMd5FileSaveName);
  170. //活动宣传图
  171. EditorUtility.DisplayProgressBar("进度", "正在导入活动宣传图", 1);
  172. ImportRes(ActivitySrcPaths, ActivityTargetPath, ActivityMd5FileSaveName);
  173. //活动展示图1
  174. EditorUtility.DisplayProgressBar("进度", "正在导入活动展示图1", 1);
  175. ImportRes(ActivityShow1SrcPaths, ActivityShow1TargetPath, ActivityShow1Md5FileSaveName);
  176. //活动展示图2
  177. EditorUtility.DisplayProgressBar("进度", "正在导入活动展示图2", 1);
  178. ImportRes(ActivityShow2SrcPaths, ActivityShow2TargetPath, ActivityShow2Md5FileSaveName);
  179. //拍照边框
  180. EditorUtility.DisplayProgressBar("进度", "正在导入词牌图标", 1);
  181. ImportRes(PhotoGraphBorderPaths, PhotoGraphBorderTargetPath, PhotoGraphBorderMd5FileSaveName);
  182. //UI背景
  183. EditorUtility.DisplayProgressBar("进度", "正在导入UI背景", 1);
  184. ImportRes(UIBgSrcPaths, UIBgTargetPath, UIBgMd5FileSaveName);
  185. EditorUtility.DisplayProgressBar("进度", "正在导入千山万水背景", 1);
  186. ImportRes(TravelBgPaths, TravelBgTargetPath, TravelBgMd5FileSaveName);
  187. EditorUtility.DisplayProgressBar("进度", "正在导入千山万水角色资源", 1);
  188. ImportRes(TravelRolePaths, TravelRoleTargetPath, TravelRoleMd5FileSaveName);
  189. EditorUtility.DisplayProgressBar("进度", "正在导入玩家头像资源", 1);
  190. ImportRes(HeadPaths, HeadTargetPath, HeadMd5FileSaveName);
  191. EditorUtility.DisplayProgressBar("进度", "正在导入玩家头像框资源", 1);
  192. ImportRes(HeadBorderPaths, HeadBorderTargetPath, HeadBorderMd5FileSaveName);
  193. EditorUtility.DisplayProgressBar("进度", "正在导入联盟徽章资源", 1);
  194. ImportRes(LeagueIconPaths, LeagueIconTargetPath, LeagueIconMd5FileSaveName);
  195. //清除冗余动画
  196. FileUtil.DeleteUnnecessaryAnimation(ImportArtResTool.DressUpAnimationTargetPath, ImportArtResTool.DressUpAnimationSrcPaths[0]);
  197. FileUtil.DeleteUnnecessaryAnimation(ImportArtResTool.EffectTargetPath, ImportArtResTool.EffectSrcPaths[0]);
  198. //动画
  199. EditorUtility.DisplayProgressBar("进度", "正在导入动作动画", 1);
  200. ImportFileAndDir(DressUpAnimationSrcPaths, DressUpAnimationTargetPath, new string[] { ".moc3" });
  201. //特效
  202. EditorUtility.DisplayProgressBar("进度", "正在导入特效动画", 1);
  203. ImportFileAndDir(EffectSrcPaths, EffectTargetPath);
  204. //材质
  205. EditorUtility.DisplayProgressBar("进度", "正在导入特效材质", 1);
  206. ImportRes(MaterialSrcPaths, MaterialTargetPath, EffectMaterialMd5FileSaveName);
  207. //Shader
  208. EditorUtility.DisplayProgressBar("进度", "正在导入Shader", 1);
  209. ImportRes(ShaderSrcPaths, ShaderTargetPath, ShaderMd5FileSaveName);
  210. //model
  211. EditorUtility.DisplayProgressBar("进度", "正在导入Mhader", 1);
  212. ImportRes(ModelSrcPaths, ModelTargetPath, ModelMd5FileSaveName);
  213. //图片
  214. EditorUtility.DisplayProgressBar("进度", "正在导入特效图片", 1);
  215. ImportRes(TextureSrcPaths, TextureTargetPath, EffectTextureMd5FileSaveName);
  216. //NPC对话立绘
  217. EditorUtility.DisplayProgressBar("进度", "正在导入NPC对话立绘", 1);
  218. List<string> files = ImportRes(NpcPicSSrcPaths, NpcPicSTargetPath, PicSMd5FileSaveName);
  219. //NPC对战立绘
  220. EditorUtility.DisplayProgressBar("进度", "正在导入NPC对战立绘", 1);
  221. files = ImportRes(NpcPicSrcPaths, NpcPicTargetPath, PicFMd5FileSaveName);
  222. if (files != null && files.Count > 0)
  223. {
  224. EditorUtility.DisplayDialog("提示", "有NPC立绘更新,需要设置坐标原点!", "OK", "");
  225. }
  226. //小游戏资源
  227. EditorUtility.DisplayProgressBar("进度", "正在导入小游戏资源", 1);
  228. ImportRes(MiniGameFlipPaths, MiniGameFlipTargetPath, MiniGameFlipMd5FileSaveName);
  229. EditorUtility.DisplayProgressBar("进度", "正在导入小游戏资源", 1);
  230. ImportRes(MiniGameHRDPaths, MiniGameHRDTargetPath, MiniGameHRDMd5FileSaveName);
  231. EditorUtility.DisplayProgressBar("进度", "正在导入小游戏资源", 1);
  232. ImportRes(MiniGameTZFEPaths, MiniGameTZFETargetPath, MiniGameTZFEMd5FileSaveName);
  233. EditorUtility.DisplayProgressBar("进度", "正在导入小游戏资源", 1);
  234. ImportRes(MiniGameMergePaths, MiniGameMergeTargetPath, MiniGameMergeMd5FileSaveName);
  235. EditorUtility.ClearProgressBar();
  236. AssetDatabase.Refresh();
  237. Debug.LogWarning("导入美术资源成功!");
  238. }
  239. public static List<string> ImportRes(string[] sourceDirs, string targetDir, string saveName)
  240. {
  241. List<string> files = null;
  242. if (!Directory.Exists(targetDir))
  243. {
  244. Directory.CreateDirectory(targetDir);
  245. }
  246. foreach (string dir in sourceDirs)
  247. {
  248. files = FileUtil.CopyFilesTo(dir, targetDir, saveName, new string[] { ".png", ".jpg", ".mp3", ".wav", ".meta", ".mat", ".shader", ".tga", ".FBX"}, ragule);
  249. foreach (var file in files)
  250. {
  251. Debug.LogFormat("更新{0}", file);
  252. }
  253. }
  254. return files;
  255. }
  256. public static void ImportClip(string[] sourceDirs, string targetDir, string md5FileName)
  257. {
  258. //换装部件
  259. if (!Directory.Exists(targetDir))
  260. {
  261. Directory.CreateDirectory(targetDir);
  262. }
  263. Dictionary<string, string> sourceImageMD5 = new Dictionary<string, string>();
  264. sourceImageMD5 = ImagesClip.ReadSourceImagesMD5(md5FileName);
  265. foreach (string dir in sourceDirs)
  266. {
  267. GFGEditor.FileUtil.ForeachFileInDir(dir, null, (string file) =>
  268. {
  269. string fileName = Path.GetFileName(file);
  270. if (fileName == "saveMD5" || !FileUtil.CheckStringByRegular(fileName, ragule))
  271. {
  272. return;
  273. }
  274. if (!File.Exists(targetDir + fileName) || !sourceImageMD5.ContainsKey(file) || sourceImageMD5[file] != FileUtil.md5file(file))
  275. {
  276. sourceImageMD5[file] = FileUtil.md5file(file);
  277. ImagesClip.CutImageWhitePart(file, targetDir, fileName);
  278. }
  279. });
  280. }
  281. ImagesClip.WriteSourceImagesMD5(sourceImageMD5, md5FileName);
  282. AssetDatabase.Refresh();
  283. }
  284. public static List<string> ImportFileAndDir(string[] sourceDirs, string targetDir, string[] excludeExtentions = null)
  285. {
  286. List<string> files = null;
  287. if (!Directory.Exists(targetDir))
  288. {
  289. Directory.CreateDirectory(targetDir);
  290. }
  291. foreach (string dir in sourceDirs)
  292. {
  293. files = FileUtil.CopyDirsAndFilesInSubDirTo(dir, targetDir, excludeExtentions, ragule);
  294. foreach (var file in files)
  295. {
  296. Debug.LogFormat("更新{0}", file);
  297. }
  298. }
  299. return files;
  300. }
  301. }
  302. }