This commit is contained in:
2026-04-26 05:20:47 +07:00
parent a6891ab5b8
commit b7436b299b
6 changed files with 144 additions and 29 deletions

View File

@@ -18,7 +18,8 @@ namespace UI
if (Instance == null)
{
Instance = this;
DontDestroyOnLoad(gameObject);
if (transform.parent == null)
DontDestroyOnLoad(gameObject);
LoadLanguage(_currentLanguage);
}
else