We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1d12d7 commit 5260a00Copy full SHA for 5260a00
Runtime/Game/Resources/LootLockerConfig.cs
@@ -101,6 +101,7 @@ static void ListRequestProgress()
101
if (package.name.Equals("com.lootlocker.lootlockersdk"))
102
{
103
LootLockerConfig.current.sdk_version = package.version;
104
+ break;
105
}
106
107
@@ -162,7 +163,8 @@ public static LootLockerConfig current
162
163
[HideInInspector]
164
public int gameID;
165
public string game_version = "1.0.0.0";
- [HideInInspector] public string sdk_version = "";
166
+ [HideInInspector]
167
+ public string sdk_version = "";
168
169
public string deviceID = "defaultPlayerId";
170
0 commit comments