三国卡牌客户端基础资源仓库
hch
2025-12-05 7e93f30b0233b667ba1a5e938a553d98e6103b9b
Assets/Launch/Manager/LocalResManager.cs
@@ -199,6 +199,10 @@
            versionUrlResult = _result.Replace("{}", "null");
            versionInfo = JsonMapper.ToObject<VersionInfo>(versionUrlResult);
#if UNITY_EDITOR
            assetVersions = localAssetVersions;
            step = LoadDllStep.ReadBytes;
#else
            if (VersionConfigEx.Get().assetAccess == VersionConfigEx.InstalledAsset.IngoreDownLoad)
            {
                assetVersions = localAssetVersions;
@@ -206,6 +210,9 @@
                return;
            }
            step = LoadDllStep.PrepareDownLoad;
#endif
        }
        else
        {