mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-20 09:34:42 -05:00
Fix VRMBone.upperChest for Unity-5.5
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user