Skip to content

Commit

Permalink
Reimport any changed assets all at once
Browse files Browse the repository at this point in the history
  • Loading branch information
shana committed Aug 17, 2018
1 parent c40b281 commit dd5b3d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using GitHub.Logging;
using System;
using System.IO;
using UnityEditor;
using UnityEngine;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ private static void Initialize()
inSourceMode = File.Exists(scriptPath);
ToggleAssemblies();
//ExtensionLoader.instance.Initialized = true;
AssetDatabase.SaveAssets();
}

}
Expand Down

0 comments on commit dd5b3d3

Please sign in to comment.