File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Assets/MRTK/StandardAssets/EditorUtilities Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,6 @@ private static void EnsureShaders(bool bypassIgnore)
4848 if ( ! string . IsNullOrWhiteSpace ( sentinelPath ) )
4949 {
5050 FileInfo ignoreFile = new FileInfo ( Path . Combine ( new FileInfo ( sentinelPath ) . Directory . FullName , IgnoreFileName ) ) ;
51- Debug . Log ( ignoreFile . FullName ) ;
5251 if ( ignoreFile . Exists )
5352 {
5453 ignoreFile . Delete ( ) ;
@@ -71,7 +70,6 @@ private static void EnsureShaders(bool bypassIgnore)
7170 private static bool AssetsContainsShaders ( DirectoryInfo packageShaderFolder )
7271 {
7372 string sentinelPath = AssetDatabase . GUIDToAssetPath ( ShaderSentinelGuid ) ;
74- Debug . LogWarning ( sentinelPath ) ;
7573
7674 // If we do not find the sentinel, we need to import the shaders.
7775 if ( string . IsNullOrWhiteSpace ( sentinelPath ) )
You can’t perform that action at this time.
0 commit comments