Update YooAssetSetting

增加文件过滤配置
This commit is contained in:
hevinci
2022-09-08 15:55:35 +08:00
parent 3f518ec321
commit 6df57cd3cd
3 changed files with 16 additions and 4 deletions

View File

@@ -45,5 +45,10 @@ namespace YooAsset
/// Unity着色器资源包名称
/// </summary>
public const string UnityShadersBundleName = "unityshaders";
/// <summary>
/// 忽略的文件类型
/// </summary>
public static readonly string[] IgnoreFileExtensions = { "", ".so", ".dll", ".cs", ".js", ".boo", ".meta", ".cginc" };
}
}