This commit is contained in:
Perfare 2018-06-24 18:35:34 +08:00
parent ac6bd5236e
commit 7236136cf1

View File

@ -547,11 +547,12 @@ namespace AssetStudio
bool m_IsReadable = reader.ReadBoolean();
bool m_KeepVertices = reader.ReadBoolean();
bool m_KeepIndices = reader.ReadBoolean();
if (version[0] == 5 && version[1] == 6 && version[2] == 4 &&
//TODO Need other ways to solve this problem
/*if (version[0] == 5 && version[1] == 6 && version[2] == 4 &&
MeshPD.sourceFile.buildType[0] == "p")
{
var m_UsedForStaticMeshColliderOnly = reader.ReadBoolean();
}
}*/
}
reader.AlignStream(4);
//This is a bug fixed in 2017.3.1p1 and later versions