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 647c9df commit 47f57e4Copy full SHA for 47f57e4
Assets/Plugins/Source/Editor/EditorWindows/EOSSettingsWindow.cs
@@ -216,6 +216,9 @@ private async void Save()
216
// Save the product config editor
217
await _productConfigEditor.Save();
218
219
+ // reload the product config editor
220
+ await _productConfigEditor.LoadAsync();
221
+
222
// Save each of the platform config editors.
223
foreach (IConfigEditor editor in _platformConfigEditors)
224
{
0 commit comments