diff --git a/unity-renderer/Assets/Scripts/MainScripts/DCL/Controllers/LoadingScreen/Scripts/LoadingScreenController.cs b/unity-renderer/Assets/Scripts/MainScripts/DCL/Controllers/LoadingScreen/Scripts/LoadingScreenController.cs index 548f7298a2..87fc645e68 100644 --- a/unity-renderer/Assets/Scripts/MainScripts/DCL/Controllers/LoadingScreen/Scripts/LoadingScreenController.cs +++ b/unity-renderer/Assets/Scripts/MainScripts/DCL/Controllers/LoadingScreen/Scripts/LoadingScreenController.cs @@ -105,6 +105,12 @@ private void OnSignupFlow(bool current, bool previous) { onSignUpFlow = current; + if (realmDataStore.playerRealmAboutConfiguration.Get() != null) + { + currentRealm = realmDataStore.playerRealmAboutConfiguration.Get().RealmName; + currentRealmIsWorld = commonDataStore.isWorld.Get(); + } + if (current) FadeOutView(); else