More fixes for unity 2019.4 assets

This commit is contained in:
VaDiM 2024-04-01 00:56:40 +03:00
parent 29b4bb59a0
commit 4e991d85fb

View File

@ -282,7 +282,7 @@ namespace AssetStudio
{ {
reader.AlignStream(16); 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 //check if we need to align the reader
//- align to 16 bytes and check if all are 0 //- align to 16 bytes and check if all are 0