update asset bundle collector

This commit is contained in:
hevinci
2023-09-25 14:43:17 +08:00
parent 61e06dee4c
commit 95894f92db

View File

@@ -472,6 +472,7 @@ namespace YooAsset.Editor
}
private void RefreshHelpBoxTips()
{
#if UNITY_2020_3_OR_NEWER
_helpBoxContainer.Clear();
if (_enableAddressableToogle.value && _locationToLowerToogle.value)
@@ -490,6 +491,7 @@ namespace YooAsset.Editor
_helpBoxContainer.style.display = DisplayStyle.Flex;
else
_helpBoxContainer.style.display = DisplayStyle.None;
#endif
}
// 包裹列表相关