mirror of https://github.com/tuyoogame/YooAsset
update asset bundle collector
parent
61e06dee4c
commit
95894f92db
|
@ -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
|
||||
}
|
||||
|
||||
// 包裹列表相关
|
||||
|
|
Loading…
Reference in New Issue