File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Assets/MRTK/StandardAssets/EditorUtilities Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,6 @@ private static void EnsureShaders(bool bypassIgnore)
5151 if ( ignoreFile . Exists )
5252 {
5353 ignoreFile . Delete ( ) ;
54- AssetDatabase . Refresh ( ) ;
5554 }
5655 ignoreFile . Refresh ( ) ;
5756 }
@@ -122,7 +121,6 @@ private static bool AssetsContainsShaders(DirectoryInfo packageShaderFolder)
122121 ignoreFile . Directory . Create ( ) ;
123122 }
124123 ignoreFile . Create ( ) ;
125- AssetDatabase . Refresh ( ) ;
126124 }
127125 ignoreFile . Refresh ( ) ;
128126
@@ -183,8 +181,6 @@ private static void ImportShaderFiles(DirectoryInfo packageShaderFolder)
183181 {
184182 fi . CopyTo ( Path . Combine ( destination . FullName , fi . Name ) , true ) ;
185183 }
186-
187- AssetDatabase . Refresh ( ) ;
188184 }
189185
190186 /// <summary>
You can’t perform that action at this time.
0 commit comments