From 4e991d85fb9a3a1409f329afb71d65c4b0c89032 Mon Sep 17 00:00:00 2001 From: VaDiM Date: Mon, 1 Apr 2024 00:56:40 +0300 Subject: [PATCH] More fixes for unity 2019.4 assets --- AssetStudio/BundleFile.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AssetStudio/BundleFile.cs b/AssetStudio/BundleFile.cs index 6881492..7741fee 100644 --- a/AssetStudio/BundleFile.cs +++ b/AssetStudio/BundleFile.cs @@ -282,7 +282,7 @@ namespace AssetStudio { reader.AlignStream(16); } - else if (unityVer >= (2019, 4)) + else if (unityVer >= (2019, 4) && m_Header.flags != ArchiveFlags.BlocksAndDirectoryInfoCombined) { //check if we need to align the reader //- align to 16 bytes and check if all are 0