Skip to content

Commit

Permalink
Updating Code for Release
Browse files Browse the repository at this point in the history
Removed
  • Loading branch information
Russell-Sng-Unity3D committed Jan 26, 2022
1 parent af5f5df commit 86882f1
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified Assets/.DS_Store
Binary file not shown.
Binary file added Assets/AddressableAssetsData/.DS_Store
Binary file not shown.
20 changes: 10 additions & 10 deletions Assets/Editor/RemoteConfig/Data/RemoteConfigDataStoreAsset.asset
Original file line number Diff line number Diff line change
Expand Up @@ -12,28 +12,28 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 469c24fdb3bd6431b92cc1465bd9166b, type: 3}
m_Name: RemoteConfigDataStoreAsset
m_EditorClassIdentifier:
_rsKeyList: "[\n {\n \"metadata\": {\n \"entityId\": \"160244d9-bd59-4ad2-9484-1b26f229ec75\"\n
_rsKeyList: "[\n {\n \"metadata\": {\n \"entityId\": \"84412b47-e5f6-4142-a73c-a9c612ecdcad\"\n
},\n \"rs\": {\n \"key\": \"ActiveHat\",\n \"type\": \"int\",\n
\"value\": 1\n }\n },\n {\n \"metadata\": {\n \"entityId\": \"b6f89981-72b9-418b-972e-cacb502f9651\"\n
\"value\": 2\n }\n },\n {\n \"metadata\": {\n \"entityId\": \"97918824-61e4-408b-b159-a1161cfc41ee\"\n
},\n \"rs\": {\n \"key\": \"Language\",\n \"type\": \"string\",\n
\"value\": \"English\"\n }\n },\n {\n \"metadata\": {\n \"entityId\":
\"f4a5d180-4f28-41d3-a21a-c464368c80b0\"\n },\n \"rs\": {\n \"key\":
\"b0fbc64c-2660-4886-b908-797c3a63b9db\"\n },\n \"rs\": {\n \"key\":
\"CharacterSize\",\n \"type\": \"float\",\n \"value\": 1.0\n }\n
},\n {\n \"metadata\": {\n \"entityId\": \"b211de36-1d2e-4ccb-9539-c9f76db6b116\"\n
},\n {\n \"metadata\": {\n \"entityId\": \"632800af-f23f-498f-a338-a887fdeba2dd\"\n
},\n \"rs\": {\n \"key\": \"CharacterSpeed\",\n \"type\": \"float\",\n
\"value\": 5.0\n }\n },\n {\n \"metadata\": {\n \"entityId\": \"468c35c6-2db9-461e-88d5-9a3d7c7cb117\"\n
\"value\": 7.0\n }\n },\n {\n \"metadata\": {\n \"entityId\": \"9fe8cb2d-7490-4003-ad98-4d5397bdc92a\"\n
},\n \"rs\": {\n \"key\": \"Season\",\n \"type\": \"string\",\n
\"value\": \"Default\"\n }\n }\n]"
_rsLastCachedKeyList: "[\n {\n \"metadata\": {\n \"entityId\": \"160244d9-bd59-4ad2-9484-1b26f229ec75\"\n
_rsLastCachedKeyList: "[\n {\n \"metadata\": {\n \"entityId\": \"84412b47-e5f6-4142-a73c-a9c612ecdcad\"\n
},\n \"rs\": {\n \"key\": \"ActiveHat\",\n \"type\": \"int\",\n
\"value\": 1\n }\n },\n {\n \"metadata\": {\n \"entityId\": \"b6f89981-72b9-418b-972e-cacb502f9651\"\n
\"value\": 2\n }\n },\n {\n \"metadata\": {\n \"entityId\": \"97918824-61e4-408b-b159-a1161cfc41ee\"\n
},\n \"rs\": {\n \"key\": \"Language\",\n \"type\": \"string\",\n
\"value\": \"English\"\n }\n },\n {\n \"metadata\": {\n \"entityId\":
\"f4a5d180-4f28-41d3-a21a-c464368c80b0\"\n },\n \"rs\": {\n \"key\":
\"b0fbc64c-2660-4886-b908-797c3a63b9db\"\n },\n \"rs\": {\n \"key\":
\"CharacterSize\",\n \"type\": \"float\",\n \"value\": 1.0\n }\n
},\n {\n \"metadata\": {\n \"entityId\": \"b211de36-1d2e-4ccb-9539-c9f76db6b116\"\n
},\n {\n \"metadata\": {\n \"entityId\": \"632800af-f23f-498f-a338-a887fdeba2dd\"\n
},\n \"rs\": {\n \"key\": \"CharacterSpeed\",\n \"type\": \"float\",\n
\"value\": 5.0\n }\n },\n {\n \"metadata\": {\n \"entityId\": \"468c35c6-2db9-461e-88d5-9a3d7c7cb117\"\n
\"value\": 7.0\n }\n },\n {\n \"metadata\": {\n \"entityId\": \"9fe8cb2d-7490-4003-ad98-4d5397bdc92a\"\n
},\n \"rs\": {\n \"key\": \"Season\",\n \"type\": \"string\",\n
\"value\": \"Default\"\n }\n }\n]"
_environments: "[\n {\n \"projectId\": \"6425f585-dcf3-48ce-9486-732852d3a59e\",\n
Expand Down
2 changes: 1 addition & 1 deletion Assets/Scripts/ApplyRemoteConfigSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ async void Start()

// Set the environment ID:
// Defaults to Production, unless Development Build is Checked
ConfigManager.SetEnvironmentID("951304dd-2b96-421c-ace2-a944d56b2948");
//ConfigManager.SetEnvironmentID("951304dd-2b96-421c-ace2-a944d56b2948");

ConfigManager.FetchCompleted += RemoteConfigLoaded;
}
Expand Down

0 comments on commit 86882f1

Please sign in to comment.