|
|
@@ -17,6 +17,7 @@ using GameMono;
|
|
|
using GameUI;
|
|
|
using NetCore.Protocol.MemoryPack;
|
|
|
using ThirdParty;
|
|
|
+using ThirdParty.DownloadSystem;
|
|
|
#if UNITY_EDITOR
|
|
|
using UnityEditor;
|
|
|
#endif
|
|
|
@@ -87,7 +88,10 @@ public class GameApplction : IGameStart
|
|
|
|
|
|
_root.AddComponent<TimerComponent>();
|
|
|
_root.AddComponent<CoroutineLockComponent>();
|
|
|
+
|
|
|
+ gameStartUIPanel.ClearSlider();
|
|
|
gameStartUIPanel.ShowMassge("loadBundle");
|
|
|
+ gameStartUIPanel.SetSliderMaxValue(1);
|
|
|
gameStartUIPanel.SetSlider(0.15f);
|
|
|
AssetBundleLoadManager.Instance.BundleLoadType = BundleLoadType;
|
|
|
AssetBundleLoadManager.Instance.h5Url = h5Url;
|