少年修仙传客户端基础资源
hch
2024-04-03 18f4ca0b21bdbe1819ce79a22db6e5e9a9edcddb
0312 忽略下载读取本地logicbytes.txt文件加载 dll
1个文件已修改
12 ■■■■■ 已修改文件
Assets/Launch/ResourcesModel.cs 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Assets/Launch/ResourcesModel.cs
@@ -190,6 +190,13 @@
            {
                versionUrlResult = _result.Replace("{}", "null");
                versionInfo = JsonMapper.ToObject<VersionInfo>(versionUrlResult);
                if (VersionConfigEx.Get().assetAccess == VersionConfigEx.InstalledAsset.IngoreDownLoad)
                {
                    assetVersions = localAssetVersions;
                    step = LoadDllStep.ReadBytes;
                    return;
                }
                step = LoadDllStep.PrepareDownLoad;
            }
            else
@@ -339,11 +346,6 @@
            if (_ok)
            {
                UpdateAssetVersions(_result);
                if (VersionConfigEx.Get().assetAccess == VersionConfigEx.InstalledAsset.IngoreDownLoad)
                {
                    step = LoadDllStep.ReadBytes;
                    return;
                }
                step = LoadDllStep.DownLoad;
            }
            else