mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-10 12:59:17 -05:00
Merge pull request #356 from hiroj/fix_exportEditor_reduceBlendShapeSize
ReduceBlendShapeSize cannot be exported without VRMBlendShapeProxy
This commit is contained in:
@@ -73,6 +73,11 @@ namespace VRM
|
||||
{
|
||||
yield return "Require Author. ";
|
||||
}
|
||||
|
||||
if(ReduceBlendshapeSize && Source.GetComponent<VRMBlendShapeProxy>() == null)
|
||||
{
|
||||
yield return "ReduceBlendshapeSize is need VRMBlendShapeProxy, you need to convert to VRM once.";
|
||||
}
|
||||
}
|
||||
|
||||
public void InitializeFrom(GameObject go)
|
||||
|
||||
Reference in New Issue
Block a user