Skip to content

Commit 93ba97a

Browse files
committed
Changed folder name structure
1 parent 06a24d4 commit 93ba97a

28 files changed

+8
-18
lines changed

Assets/LootLocker.meta

Lines changed: 0 additions & 8 deletions
This file was deleted.

Assets/LootLocker/DemoApp/Scripts/AppStartManager.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ public class AppStartManager : MonoBehaviour, IStageOwner
2323

2424
private void Awake()
2525
{
26-
#if UNITY_EDITOR
27-
usernameField.text = "emmanuel@cradaptive.com";
28-
passwordField.text = "Ihatefacebuk101!";
29-
#endif
3026
#if !UNITY_EDITOR
3127
usernameField.text = PlayerPrefs.GetString("AdminUserName","");
3228
passwordField.text = PlayerPrefs.GetString("AdminPassword","");

Assets/LootLocker/Game/Resources/Config/LootLockerConfig.asset

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,16 @@ MonoBehaviour:
1212
m_Script: {fileID: 11500000, guid: d2d020b95eaef8d4e8f093a26decba27, type: 3}
1313
m_Name: LootLockerConfig
1414
m_EditorClassIdentifier:
15-
gameName: Cradaptive Demo Game
16-
apiKey: 2605146655c7005d936bd00d6473e316a0ec6e48
17-
token: 205d4b470d4040b65e56d8458b1296ad0c13a96c
18-
gameID: 184
19-
game_version: 1.0.0.0
20-
deviceID: cfbcb29b-96f9-483e-bc59-39f474ae59c1
15+
gameName:
16+
apiKey:
17+
token:
18+
gameID: 0
19+
game_version:
20+
deviceID:
2121
email: emmanuel@cradaptive.com
2222
password: Ihatefacebuk101!
23+
playerName:
24+
playerClass:
2325
platform: 0
2426
environment: 0
2527
url: https://api.lootlocker.io/game

0 commit comments

Comments
 (0)