少年修仙传客户端基础资源
hzr
2018-10-29 8ca9cf1ca25a122a44642b85d3b1c429fa9294ac
Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_client
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;
        }