三国卡牌客户端基础资源仓库
hch
4 天以前 fe8f91b318a8ef97b946323831c1d505c6ffefbe
0312 同步版本加载
1个文件已修改
2 ■■■ 已修改文件
Assets/Launch/Manager/LocalResManager.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Assets/Launch/Manager/LocalResManager.cs
@@ -403,7 +403,7 @@
    public async void InitTable(Action OnComplete = null)
    {
        if (isPCTestDownLoad || Application.isMobilePlatform || VersionConfigEx.Get().assetAccess == VersionConfigEx.InstalledAsset.IngoreDownLoad)
        if (isPCTestDownLoad || Application.isMobilePlatform)// || VersionConfigEx.Get().assetAccess == VersionConfigEx.InstalledAsset.IngoreDownLoad)
        {
            //读取的一定是StreamingAssetPath路径
            await ReadText("logicbytes", (isOK, value) =>