Merge branch 'master' into fix/update_springbone_ui

This commit is contained in:
ousttrue
2026-06-30 16:55:32 +09:00
committed by GitHub

View File

@@ -180,7 +180,8 @@ namespace UniGLTF
if (submeshIndices.Length == 0)
{
// https://github.com/vrm-c/UniVRM/issues/664
break;
// Skip empty submesh and continue with remaining submeshes
continue;
}
else if (submeshIndices.Length < 3)
{