Skip to content

Commit bb96b4f

Browse files
author
davidkline-ms
committed
fix test discovered error
1 parent 8b77b87 commit bb96b4f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Assets/MRTK/StandardAssets/EditorUtilities/OnLoadUtilities.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)