mirror of https://github.com/tuyoogame/YooAsset
update asset bundle reporter
parent
655f756d56
commit
d72b0b10d4
|
@ -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)
|
||||
{
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue