fix ignore raw dll

pull/499/head
benjamini 2025-03-08 17:54:11 +09:00
parent fcc729a0bf
commit 875cd24cba
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ namespace YooAsset.Editor
/// <summary> /// <summary>
/// 忽略的文件类型 /// 忽略的文件类型
/// </summary> /// </summary>
public readonly static HashSet<string> IgnoreFileExtensions = new HashSet<string>() { "", ".so", ".dll", ".cs", ".js", ".boo", ".meta", ".cginc", ".hlsl" }; public readonly static HashSet<string> IgnoreFileExtensions = new HashSet<string>() { "", ".so", ".cs", ".js", ".boo", ".meta", ".cginc", ".hlsl" };
} }
/// <summary> /// <summary>

View File

@ -1,7 +1,7 @@
{ {
"name": "com.tuyoogame.yooasset", "name": "com.tuyoogame.yooasset",
"displayName": "YooAsset", "displayName": "YooAsset",
"version": "2.3.4-preview", "version": "2.3.4-fix-raw-ignore-dll",
"unity": "2019.4", "unity": "2019.4",
"description": "unity3d resources management system.", "description": "unity3d resources management system.",
"author": { "author": {