Преглед на файлове

Fixed typo with known guids

Syed zainul abedin преди 1 седмица
родител
ревизия
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));