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