- [Core] fix bug while parsing Texture2D for +2022.x.x.

This commit is contained in:
Razmoth
2023-12-30 21:14:03 +04:00
parent 897691311b
commit 4b5039f6bf

View File

@@ -101,6 +101,7 @@ namespace AssetStudio
}
if (version[0] == 2022 && version[1] >= 2) //2022.2 and up
{
reader.AlignStream(); //m_IgnoreMipmapLimit
var m_MipmapLimitGroupName = reader.ReadAlignedString();
}
if (version[0] >= 3) //3.0.0 - 5.4