Skip to content

Instantly share code, notes, and snippets.

@umezo
Created November 10, 2018 08:14
Show Gist options
  • Save umezo/4cb5748629b5941ff3dcc32913f042bd to your computer and use it in GitHub Desktop.
Save umezo/4cb5748629b5941ff3dcc32913f042bd to your computer and use it in GitHub Desktop.
VRMExporterエラー
ArgumentException: Bad array size for HumanPose.muscles. Size must equal HumanTrait.MuscleCount
UnityEngine.HumanPose.Init () (at C:/buildslave/unity/build/artifacts/generated/common/modules/Animation/HumanPoseHandlerBindings.gen.cs:26)
UnityEngine.HumanPoseHandler.SetHumanPose (UnityEngine.HumanPose& humanPose) (at C:/buildslave/unity/build/artifacts/generated/common/modules/Animation/HumanPoseHandlerBindings.gen.cs:99)
UniHumanoid.HumanPoseTransfer.SetPose (UnityEngine.Avatar avatar, UnityEngine.Transform transform, HumanPose pose) (at Assets/VRM/UniGLTF/UniHumanoid/Scripts/HumanPoseTransfer.cs:36)
UniHumanoid.HumanPoseTransfer.SetTPose (UnityEngine.Avatar avatar, UnityEngine.Transform transform) (at Assets/VRM/UniGLTF/UniHumanoid/Scripts/HumanPoseTransfer.cs:42)
VRM.BoneNormalizer.EnforceTPose (UnityEngine.GameObject go) (at Assets/VRM/Scripts/SkinnedMeshUtility/BoneNormalizer.cs:70)
VRM.BoneNormalizer.Execute (UnityEngine.GameObject go, Boolean forceTPose, Boolean clearBlendShapeBeforeNormalize) (at Assets/VRM/Scripts/SkinnedMeshUtility/BoneNormalizer.cs:521)
VRM.VRMExportSettings.Export (System.String path, System.Collections.Generic.List`1 destroy) (at Assets/VRM/Scripts/Format/VRMExporSettings.cs:262)
VRM.VRMExportSettings.Export (System.String path) (at Assets/VRM/Scripts/Format/VRMExporSettings.cs:235)
VRM.VRMExporterWizard.OnWizardCreate () (at Assets/VRM/Scripts/Format/Editor/VRMExporterMenu.cs:42)
System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Reflection/MonoMethod.cs:222)
Rethrow as TargetInvocationException: Exception has been thrown by the target of an invocation.
System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Reflection/MonoMethod.cs:232)
System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Reflection/MethodBase.cs:115)
UnityEditor.ScriptableWizard.OnGUI () (at C:/buildslave/unity/build/artifacts/generated/common/editor/ScriptableWizardBindings.gen.cs:83)
System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Reflection/MonoMethod.cs:222)
Rethrow as TargetInvocationException: Exception has been thrown by the target of an invocation.
System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Reflection/MonoMethod.cs:232)
System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Reflection/MethodBase.cs:115)
UnityEditor.HostView.Invoke (System.String methodName, System.Object obj) (at C:/buildslave/unity/build/Editor/Mono/HostView.cs:249)
UnityEditor.HostView.Invoke (System.String methodName) (at C:/buildslave/unity/build/Editor/Mono/HostView.cs:242)
UnityEditor.HostView.OnGUI () (at C:/buildslave/unity/build/Editor/Mono/HostView.cs:75)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment