Main/System/AssetVersion/AssetVersionUtility.cs
@@ -5,6 +5,7 @@ using System.IO; using System.Threading; using System.Linq; using Cysharp.Threading.Tasks; public class AssetVersionUtility { @@ -72,8 +73,10 @@ { if (task.IsDone) { PriorBundleConfig.LazyInit(); GetAssetVersionFile(); PriorBundleConfig.LazyInitAsync().ContinueWith(() => { GetAssetVersionFile(); }).Forget(); } else { @@ -87,7 +90,7 @@ { if (task.IsDone) { OPConfigConfig.LazyInit(); OPConfigConfig.LazyInitAsync().Forget(); } else {