diff --git a/Scripts/Format/glTF_VRM_Humanoid.cs b/Scripts/Format/glTF_VRM_Humanoid.cs index 08b03e471..d0426934c 100644 --- a/Scripts/Format/glTF_VRM_Humanoid.cs +++ b/Scripts/Format/glTF_VRM_Humanoid.cs @@ -77,7 +77,8 @@ namespace VRM } public static HumanBodyBones ToHumanBodyBone(this VRMBone bone) { -#if UNITY_5_6_OR_NEWER +#if UNITY_5_6_OR_NEWER +#else if (bone == VRMBone.upperChest) { return HumanBodyBones.LastBone;