We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 132bf89 commit 5d937c1Copy full SHA for 5d937c1
Assets/Scripts/Framework/Procedure/LauncherUIHandler.cs
@@ -13,7 +13,7 @@ public static async void Start()
13
{
14
_ui = await GameApp.UI.OpenFullScreenAsync<UILauncher>("UI/UILauncher", UIGroupConstants.Loading);
15
16
- GameApp.Event.Subscribe(AssetDownloadProgressUpdateEventArgs.EventId, SetProgressUpdate);
+ GameApp.Event.CheckSubscribe(AssetDownloadProgressUpdateEventArgs.EventId, SetProgressUpdate);
17
}
18
19
public static void Dispose()
0 commit comments