rewrite export mesh

This commit is contained in:
Perfare
2017-06-22 06:59:16 +08:00
parent 65a13e97c4
commit 8a3af0bfba
8 changed files with 54 additions and 129 deletions

View File

@ -1574,7 +1574,7 @@ namespace Unity_Studio
Mesh m_Mesh = new Mesh(asset, true);
if (!ExportFileExists(exportpath + asset.Text + asset.extension))
{
ExportMesh(m_Mesh, exportpath + asset.Text);
ExportMesh(m_Mesh, exportpath + asset.Text + asset.extension);
exportedCount++;
}