Esempio n. 1
0
        public static string GetAtlasPath(string folderPath, string tag)
        {
            string atlasPath = UIPrefabProcessor.GetShadowTextureFolderPath(folderPath) + "/UI_" + tag + ".png";

            UIPrefabProcessor.CreateInexistentFolder(atlasPath);
            return(atlasPath);
        }
Esempio n. 2
0
 /// <summary>
 /// 图片文件列表的Md5保存在图集文件夹下
 /// </summary>
 /// <param name="folderPath"></param>
 /// <returns></returns>
 private static string GetMd5RecordPath(string folderPath)
 {
     return(UIPrefabProcessor.GetShadowTextureFolderPath(folderPath) + "/md5.json");
 }