mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-07-03 04:13:42 +00:00
Update asset setting
不再提供着色器收集选项,已经内置为必定收集。 优化了SBP打包着色器收集系统。
This commit is contained in:
@@ -55,5 +55,13 @@ namespace YooAsset
|
||||
{
|
||||
return $"{Setting.PatchManifestFileName}_{resourceVersion}.hash";
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 获取着色器资源包全名称(包含后缀名)
|
||||
/// </summary>
|
||||
public static string GetUnityShadersBundleFullName()
|
||||
{
|
||||
return $"{YooAssetSettings.UnityShadersBundleName}.{Setting.AssetBundleFileVariant}";
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user