mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-20 15:20:07 +00:00
Update AssetBundleDebugger
This commit is contained in:
@@ -234,9 +234,7 @@ namespace YooAsset.Editor
|
||||
private void FillDependListView(DebugProviderInfo providerInfo)
|
||||
{
|
||||
_dependListView.Clear();
|
||||
#if UNITY_2020_1_OR_NEWER
|
||||
_dependListView.ClearSelection();
|
||||
#endif
|
||||
_dependListView.itemsSource = providerInfo.BundleInfos;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -237,9 +237,7 @@ namespace YooAsset.Editor
|
||||
private void FillIncludeListView(DebugBundleInfo bundleInfo)
|
||||
{
|
||||
_includeListView.Clear();
|
||||
#if UNITY_2020_1_OR_NEWER
|
||||
_includeListView.ClearSelection();
|
||||
#endif
|
||||
|
||||
List<DebugProviderInfo> source = new List<DebugProviderInfo>();
|
||||
foreach(var providerInfo in _debugReport.ProviderInfos)
|
||||
|
||||
Reference in New Issue
Block a user