Skip to content

Commit

Permalink
update runtime code
Browse files Browse the repository at this point in the history
  • Loading branch information
gmhevinci committed Dec 25, 2022
1 parent fd4b679 commit de2fab1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Assets/YooAsset/Runtime/PatchSystem/PatchManifest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -302,10 +302,6 @@ public static string CreateBundleFileName(int nameStyle, string bundleName, stri
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('.'));
Expand Down

0 comments on commit de2fab1

Please sign in to comment.