mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-13 14:04:29 -05:00
ReduceBlendShapeSize cannot be exported without VRMBlendShapeProxy
This commit is contained in:
parent
4a2c3644c7
commit
db4454f61f
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user