少年修仙传客户端基础资源
client_Wu Xijin
2018-10-27 900277e69bf7f37f8da8b54e54b796f792f6629a
4334 【前端】随包资源支持热更
1个文件已修改
2 ■■■ 已修改文件
Assets/Editor/Tool/BuiltInResourceSetting.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Assets/Editor/Tool/BuiltInResourceSetting.cs
@@ -56,7 +56,7 @@
        var fromPath = "Assets/Editor/Logo/" + GetVersionName(publisher) + "/LoginBackGround.png";
        var toPath = "Assets/ResourcesOut/BuiltIn/UI/Sprites/LoginBackGround.png";
        AssetDatabase.DeleteAsset(toPath);
        if (!File.Exists(Application.dataPath + "Editor/Logo/" + GetVersionName(publisher) + "/LoginBackGround.png"))
        if (!File.Exists(Application.dataPath + "/Editor/Logo/" + GetVersionName(publisher) + "/LoginBackGround.png"))
        {
            return;
        }