Update AssetBundleReporter

pull/4/head
hevinci 2022-04-03 11:29:13 +08:00
parent 85bbdb7157
commit f442444a0e
2 changed files with 0 additions and 4 deletions

View File

@ -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})";
}

View File

@ -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})";
}