From 7586882a97887a0feb2032b22421ae5a8218bf1f Mon Sep 17 00:00:00 2001 From: hevinci Date: Thu, 1 Feb 2024 18:41:16 +0800 Subject: [PATCH] fix #236 --- .../Editor/AssetBundleCollector/AssetBundleCollectorWindow.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Assets/YooAsset/Editor/AssetBundleCollector/AssetBundleCollectorWindow.cs b/Assets/YooAsset/Editor/AssetBundleCollector/AssetBundleCollectorWindow.cs index 074db5b..0ce3551 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 {