From 64e5450d373e447e2740afd9eab50504bfb35a14 Mon Sep 17 00:00:00 2001 From: HungDK <> Date: Tue, 21 Oct 2025 18:50:33 +0700 Subject: [PATCH] Update LoginScreenUI.cs --- Assets/PerfectWorld/Scripts/UI/Login/LoginScreenUI.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Assets/PerfectWorld/Scripts/UI/Login/LoginScreenUI.cs b/Assets/PerfectWorld/Scripts/UI/Login/LoginScreenUI.cs index 96c6f8c29c..7cec6d69d8 100644 --- a/Assets/PerfectWorld/Scripts/UI/Login/LoginScreenUI.cs +++ b/Assets/PerfectWorld/Scripts/UI/Login/LoginScreenUI.cs @@ -74,6 +74,7 @@ namespace BrewMonster.UI PlayerPrefs.SetString("password", password); PlayerPrefs.Save(); await UnityGameSession.Login(username, password, OnLoginComplete); + _selectCharacterScreen.gameObject.SetActive(true); } ///