mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-29 12:41:00 +00:00
Update YooAssetSetting
增加文件过滤配置
This commit is contained in:
@@ -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" };
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user