diff --git a/Assets/YooAsset/Editor/AssetBundleReporter/VisualViewers/AssetListReporterViewer.cs b/Assets/YooAsset/Editor/AssetBundleReporter/VisualViewers/AssetListReporterViewer.cs index a3f59d7..e9da48d 100644 --- a/Assets/YooAsset/Editor/AssetBundleReporter/VisualViewers/AssetListReporterViewer.cs +++ b/Assets/YooAsset/Editor/AssetBundleReporter/VisualViewers/AssetListReporterViewer.cs @@ -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})"; } diff --git a/Assets/YooAsset/Editor/AssetBundleReporter/VisualViewers/BundleListReporterViewer.cs b/Assets/YooAsset/Editor/AssetBundleReporter/VisualViewers/BundleListReporterViewer.cs index f0c4721..7967d8d 100644 --- a/Assets/YooAsset/Editor/AssetBundleReporter/VisualViewers/BundleListReporterViewer.cs +++ b/Assets/YooAsset/Editor/AssetBundleReporter/VisualViewers/BundleListReporterViewer.cs @@ -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})"; }