diff --git a/Assets/Scripts/Framework/Procedure/LauncherUIHandler.cs b/Assets/Scripts/Framework/Procedure/LauncherUIHandler.cs index effeb65..610cf32 100644 --- a/Assets/Scripts/Framework/Procedure/LauncherUIHandler.cs +++ b/Assets/Scripts/Framework/Procedure/LauncherUIHandler.cs @@ -11,7 +11,7 @@ public static class LauncherUIHandler public static async void Start() { - _ui = await GameApp.UI.OpenUIFormAsync("UI/UILauncher", UIGroupConstants.Loading.Name); + _ui = await GameApp.UI.OpenFullScreenAsync("UI/UILauncher", UIGroupConstants.Loading); GameApp.Event.Subscribe(AssetDownloadProgressUpdateEventArgs.EventId, SetProgressUpdate); }