Bugfix for unity 2022.2+ Texture2D reader

This commit is contained in:
VaDiM 2023-12-28 13:08:29 +03:00
parent a00c857ac3
commit 67a74fd395

View File

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