Fix VRMBone.upperChest for Unity-5.5

This commit is contained in:
ousttrue 2018-05-25 16:33:28 +09:00
parent c14849ec56
commit 553dd75e50

View File

@ -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;