mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-14 23:10:46 -05:00
Fixed BlendShapeProxy.Clips import
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user