修复资源包收集工具页面 切换EnableAddressable时 未及时刷新收集器UI的问题

pull/13/head
wenchao 2022-06-18 18:26:24 +08:00
parent 0b1990f040
commit ad0d47bd68
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ namespace YooAsset.Editor
_enableAddressableToogle.RegisterValueChangedCallback(evt =>
{
AssetBundleCollectorSettingData.ModifyAddressable(evt.newValue);
RefreshWindow();
});
_autoCollectShaderToogle = root.Q<Toggle>("AutoCollectShader");
_autoCollectShaderToogle.RegisterValueChangedCallback(evt =>