Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuG9 authored Jun 6, 2023
1 parent e180f89 commit 1b89e12
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Editor/Build/BuildProject.cs
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,9 @@ private static bool BuildPlayer(string notification, BuildReleaseType releaseTyp
BuildNotification.Category.Notification,
notification, configKey,
true, null));

// Ensure settings are synchronized (see issue #100)
AssetDatabase.SaveAssets();

// Build player
FileUtil.DeleteFileOrDirectory(buildPath);
Expand Down

0 comments on commit 1b89e12

Please sign in to comment.