- [Core] fix bug while parsing Texture2D for +2022.x.x.
This commit is contained in:
@@ -101,6 +101,7 @@ namespace AssetStudio
|
|||||||
}
|
}
|
||||||
if (version[0] == 2022 && version[1] >= 2) //2022.2 and up
|
if (version[0] == 2022 && version[1] >= 2) //2022.2 and up
|
||||||
{
|
{
|
||||||
|
reader.AlignStream(); //m_IgnoreMipmapLimit
|
||||||
var m_MipmapLimitGroupName = reader.ReadAlignedString();
|
var m_MipmapLimitGroupName = reader.ReadAlignedString();
|
||||||
}
|
}
|
||||||
if (version[0] >= 3) //3.0.0 - 5.4
|
if (version[0] >= 3) //3.0.0 - 5.4
|
||||||
|
|||||||
Reference in New Issue
Block a user