Skip to content

Commit 0d86d20

Browse files
committed
fix: when enabling C# Settings in asmdef inspector, edits are lost
1 parent 181ea58 commit 0d86d20

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Editor/InspectorGUI.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,8 @@ private static void EnablePortableDll(string asmdefPath, bool enabled)
239239
AssetDatabase.DeleteAsset(path);
240240
}
241241
}
242+
243+
Core.UpdatePortableDll(asmdefPath, enabled);
242244
}
243245

244246
private static void CopyFileIfNeeded(string src, string dst)

0 commit comments

Comments
 (0)