diff --git a/Assets/YooAsset/Editor/AssetBundleCollector/AssetBundleCollector.cs b/Assets/YooAsset/Editor/AssetBundleCollector/AssetBundleCollector.cs index 48104607..7c4eb2a6 100644 --- a/Assets/YooAsset/Editor/AssetBundleCollector/AssetBundleCollector.cs +++ b/Assets/YooAsset/Editor/AssetBundleCollector/AssetBundleCollector.cs @@ -251,7 +251,7 @@ namespace YooAsset.Editor // 忽略编辑器下的类型资源 Type assetType = AssetDatabase.GetMainAssetTypeAtPath(assetPath); - if (assetType == typeof(LightingDataAsset)) + if (assetType == typeof(LightingDataAsset) || assetType == typeof(LightmapParameters)) return false; // 检测原生文件是否合规