diff --git a/Assets/YooAsset/Editor/AssetBundleCollector/AssetBundleCollectorWindow.cs b/Assets/YooAsset/Editor/AssetBundleCollector/AssetBundleCollectorWindow.cs index 074db5b9..0ce35519 100644 --- a/Assets/YooAsset/Editor/AssetBundleCollector/AssetBundleCollectorWindow.cs +++ b/Assets/YooAsset/Editor/AssetBundleCollector/AssetBundleCollectorWindow.cs @@ -476,6 +476,7 @@ namespace YooAsset.Editor _locationToLowerToogle.SetValueWithoutNotify(selectPackage.LocationToLower); _includeAssetGUIDToogle.SetValueWithoutNotify(selectPackage.IncludeAssetGUID); _ignoreDefaultTypeToogle.SetValueWithoutNotify(selectPackage.IgnoreDefaultType); + _autoCollectShadersToogle.SetValueWithoutNotify(selectPackage.AutoCollectShaders); } else {