update asset bundle reporter

pull/455/head
何冠峰 2025-01-20 19:14:45 +08:00
parent 655f756d56
commit d72b0b10d4
2 changed files with 11 additions and 19 deletions

View File

@ -277,10 +277,6 @@ namespace YooAsset.Editor
}
_dependTableView.itemsSource = sourceDatas;
_dependTableView.RebuildView();
// 刷新标题
string headerTitle = $"DependBundles ({mainBundle.DependBundles.Count})";
_dependTableView.SetHeaderTitle("DependBundles", headerTitle);
}
private void OnClickAssetTableView(PointerDownEvent evt, ITableData data)
{

View File

@ -379,10 +379,6 @@ namespace YooAsset.Editor
_includeTableView.itemsSource = sourceDatas;
_includeTableView.RebuildView();
// 刷新标题
string headerTitle = $"IncludeAssets ({sourceDatas.Count})";
_includeTableView.SetHeaderTitle("IncludeAssets", headerTitle);
}
private void OnClickBundleTableView(PointerDownEvent evt, ITableData data)
{