Syed zainul abedin 1 неделя назад
Родитель
Сommit
ffbeabc30a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Assets/IntelligentProjectAnalyzer/Editor/AssetDataFetcher.cs

+ 1 - 1
Assets/IntelligentProjectAnalyzer/Editor/AssetDataFetcher.cs

@@ -33,7 +33,7 @@ namespace IntelligentProjectAnalyzer.Editor
             var knownGuids = new HashSet<string>();
             knownGuids.UnionWith(scriptableObjects);
             knownGuids.UnionWith(prefabs);
-            knownGuids.UnionWith(scriptableObjects);
+            knownGuids.UnionWith(scripts);
             knownGuids.UnionWith(scenes);
             
             var miscGuids = new Queue<string>(allGuids.Except(knownGuids));