From 99bd65cb0847a0602fd63cb93b8d19c49005f331 Mon Sep 17 00:00:00 2001 From: Erik Bylund Date: Fri, 6 Mar 2026 10:39:00 +0100 Subject: [PATCH] fixes after rebase --- Runtime/Editor/LootLockerEditorData.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Runtime/Editor/LootLockerEditorData.cs b/Runtime/Editor/LootLockerEditorData.cs index 6c65f460..af2a1acb 100644 --- a/Runtime/Editor/LootLockerEditorData.cs +++ b/Runtime/Editor/LootLockerEditorData.cs @@ -21,6 +21,8 @@ public static void ClearLootLockerPrefs() EditorPrefs.DeleteKey(selectedGameName); EditorPrefs.DeleteKey(firstTimeWelcome); EditorPrefs.DeleteKey(newSession); + // Delete legacy environment key used by older versions so resets fully clear LootLocker editor state + EditorPrefs.DeleteKey(PlayerSettings.productGUID.ToString() + ".LootLocker.Environment"); } public static void SetAdminToken(string _adminToken)