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 55fe6ca commit 97210caCopy full SHA for 97210ca
EcsactCsharpSystemImpl/Editor/CsharpSystemImplSettingsEditor.cs
@@ -87,6 +87,8 @@ public override void OnInspectorGUI() {
87
settings,
88
EcsactRuntimeSettings.Get()
89
);
90
+ EditorUtility.SetDirty(settings);
91
+ AssetDatabase.SaveAssetIfDirty(settings);
92
}
93
94
if(settings.systemImplsAssembly != null) {
@@ -189,6 +191,7 @@ public override void OnInspectorGUI() {
189
191
.LoadAssetAtPath<UnityEditorInternal.AssemblyDefinitionAsset>(
190
192
newAsmDefPath
193
194
195
AssetDatabase.SaveAssetIfDirty(settings);
196
197
0 commit comments