Fixed BlendShapeProxy.Clips import

This commit is contained in:
ousttrue
2018-09-06 15:03:01 +09:00
parent 0a4a85328c
commit 88b1bdfde9

View File

@@ -68,7 +68,7 @@ namespace VRM
yield return AvatarDescription;
yield return HumanoidAvatar;
yield return BlendShapeAvatar;
if (BlendShapeAvatar != null && BlendShapeAvatar.Clips != null)
{
foreach (var x in BlendShapeAvatar.Clips)
@@ -76,6 +76,7 @@ namespace VRM
yield return x;
}
}
yield return BlendShapeAvatar;
yield return Meta;
}