update settings

pull/62/head
hevinci 2023-01-31 16:57:43 +08:00
parent a98efd83b6
commit 365a94d7b7
1 changed files with 1 additions and 1 deletions

View File

@ -66,6 +66,6 @@ namespace YooAsset
/// <summary>
/// 忽略的文件类型
/// </summary>
public static readonly string[] IgnoreFileExtensions = { "", ".so", ".dll", ".cs", ".js", ".boo", ".meta", ".cginc" };
public static readonly string[] IgnoreFileExtensions = { "", ".so", ".dll", ".cs", ".js", ".boo", ".meta", ".cginc", ".hlsl" };
}
}