Skip to content

Commit

Permalink
fix: when enabling C# Settings in asmdef inspector, edits are lost
Browse files Browse the repository at this point in the history
  • Loading branch information
mob-sakai committed Nov 7, 2020
1 parent 181ea58 commit 0d86d20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Editor/InspectorGUI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,8 @@ private static void EnablePortableDll(string asmdefPath, bool enabled)
AssetDatabase.DeleteAsset(path);
}
}

Core.UpdatePortableDll(asmdefPath, enabled);
}

private static void CopyFileIfNeeded(string src, string dst)
Expand Down

0 comments on commit 0d86d20

Please sign in to comment.