diff --git a/Gameton-06/Assets/Gameton/Scripts/Common/BootStrapper.cs b/Gameton-06/Assets/Gameton/Scripts/Common/BootStrapper.cs index f765472c..7643f51c 100644 --- a/Gameton-06/Assets/Gameton/Scripts/Common/BootStrapper.cs +++ b/Gameton-06/Assets/Gameton/Scripts/Common/BootStrapper.cs @@ -9,7 +9,7 @@ namespace TON public class BootStrapper { - private const string BootStrapperMenuPath = "Game One/BootStrapper/Activate Ingame System"; + private const string BootStrapperMenuPath = "Gameton/BootStrapper/Activate Ingame System"; private static bool IsActivateBootStrapper { get => UnityEditor.EditorPrefs.GetBool(BootStrapperMenuPath, false); @@ -43,7 +43,7 @@ namespace TON Main.Singleton.Initialize(); // TODO : Custom Order After System Load - // UIManager.Show(UIList.IngameUI); + UIManager.Show(UIList.ControllerUI); // UIManager.Show(UIList.LogUI); } }