- [Core] Fix a bug where UV is exported incorrectly.
This commit is contained in:
@@ -381,6 +381,7 @@ namespace AssetStudio
|
||||
{
|
||||
if (iMesh.hasUV[uv])
|
||||
{
|
||||
c = 4;
|
||||
var m_UV = mesh.GetUV(uv);
|
||||
if (m_UV.Length == mesh.m_VertexCount * 2)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user