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 43458b0 commit 381844dCopy full SHA for 381844d
Assets/Scripts/Framework/Procedure/LauncherUIHandler.cs
@@ -11,7 +11,7 @@ public static class LauncherUIHandler
11
12
public static async void Start()
13
{
14
- _ui = await GameApp.UI.OpenUIFormAsync<UILauncher>("UI/UILauncher", UIGroupConstants.Loading.Name);
+ _ui = await GameApp.UI.OpenFullScreenAsync<UILauncher>("UI/UILauncher", UIGroupConstants.Loading);
15
16
GameApp.Event.Subscribe(AssetDownloadProgressUpdateEventArgs.EventId, SetProgressUpdate);
17
}
0 commit comments