From 875cd24cbad057f34e7248ec70907f8cca25e69f Mon Sep 17 00:00:00 2001 From: benjamini Date: Sat, 8 Mar 2025 17:54:11 +0900 Subject: [PATCH] fix ignore raw dll --- .../AssetBundleCollector/DefaultRules/DefaultIgnoreRule.cs | 2 +- Assets/YooAsset/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/YooAsset/Editor/AssetBundleCollector/DefaultRules/DefaultIgnoreRule.cs b/Assets/YooAsset/Editor/AssetBundleCollector/DefaultRules/DefaultIgnoreRule.cs index 36172444..7ab28e04 100644 --- a/Assets/YooAsset/Editor/AssetBundleCollector/DefaultRules/DefaultIgnoreRule.cs +++ b/Assets/YooAsset/Editor/AssetBundleCollector/DefaultRules/DefaultIgnoreRule.cs @@ -10,7 +10,7 @@ namespace YooAsset.Editor /// /// 忽略的文件类型 /// - public readonly static HashSet IgnoreFileExtensions = new HashSet() { "", ".so", ".dll", ".cs", ".js", ".boo", ".meta", ".cginc", ".hlsl" }; + public readonly static HashSet IgnoreFileExtensions = new HashSet() { "", ".so", ".cs", ".js", ".boo", ".meta", ".cginc", ".hlsl" }; } /// diff --git a/Assets/YooAsset/package.json b/Assets/YooAsset/package.json index b2868355..4c34f5ec 100644 --- a/Assets/YooAsset/package.json +++ b/Assets/YooAsset/package.json @@ -1,7 +1,7 @@ { "name": "com.tuyoogame.yooasset", "displayName": "YooAsset", - "version": "2.3.4-preview", + "version": "2.3.4-fix-raw-ignore-dll", "unity": "2019.4", "description": "unity3d resources management system.", "author": {