mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-05-25 05:40:21 -04:00
More fixes for unity 2019.4 assets
This commit is contained in:
parent
29b4bb59a0
commit
4e991d85fb
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user