From de2fab13703308351a1142745187b20ca84254b3 Mon Sep 17 00:00:00 2001 From: hevinci Date: Mon, 26 Dec 2022 01:04:35 +0800 Subject: [PATCH] update runtime code --- Assets/YooAsset/Runtime/PatchSystem/PatchManifest.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Assets/YooAsset/Runtime/PatchSystem/PatchManifest.cs b/Assets/YooAsset/Runtime/PatchSystem/PatchManifest.cs index cf62ae8..f1667e7 100644 --- a/Assets/YooAsset/Runtime/PatchSystem/PatchManifest.cs +++ b/Assets/YooAsset/Runtime/PatchSystem/PatchManifest.cs @@ -302,10 +302,6 @@ namespace YooAsset string fileExtension = isRawFile ? YooAssetSettingsData.Setting.RawFileVariant : YooAssetSettingsData.Setting.AssetBundleFileVariant; return StringUtility.Format("{0}.{1}", fileHash, fileExtension); } - else if (nameStyle == 2) //BundleName - { - return bundleName; - } else if (nameStyle == 4) //BundleName_HashName { string fileName = bundleName.Remove(bundleName.LastIndexOf('.'));