mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-22 16:50:18 +00:00
Update AssetBundleReporter
This commit is contained in:
@@ -199,9 +199,7 @@ namespace YooAsset.Editor
|
||||
}
|
||||
|
||||
_dependListView.Clear();
|
||||
#if UNITY_2020_1_OR_NEWER
|
||||
_dependListView.ClearSelection();
|
||||
#endif
|
||||
_dependListView.itemsSource = bundles;
|
||||
_bottomBar1.text = $"Depend Bundles ({bundles.Count})";
|
||||
}
|
||||
|
||||
@@ -216,9 +216,7 @@ namespace YooAsset.Editor
|
||||
}
|
||||
|
||||
_includeListView.Clear();
|
||||
#if UNITY_2020_1_OR_NEWER
|
||||
_includeListView.ClearSelection();
|
||||
#endif
|
||||
_includeListView.itemsSource = containsList;
|
||||
_bottomBar1.text = $"Include Assets ({containsList.Count})";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user