Update AssetBundleReporter
parent
85bbdb7157
commit
f442444a0e
|
@ -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})";
|
||||
}
|
||||
|
|
|
@ -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})";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue