Skip to content

Commit 23df205

Browse files
Erik Bylundkirre-bylund
authored andcommitted
Actually return the created config
1 parent 7047d71 commit 23df205

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Runtime/Game/Resources/LootLockerConfig.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ public static LootLockerConfig Get()
5050
AssetDatabase.CreateAsset(newConfig, configAssetPath);
5151
EditorApplication.delayCall += AssetDatabase.SaveAssets;
5252
AssetDatabase.Refresh();
53+
settingsInstance = newConfig;
5354
}
5455

5556
#else

0 commit comments

Comments
 (0)