mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-12 05:24:14 -05:00
Fix VRMBone.upperChest for Unity-5.5
This commit is contained in:
parent
c14849ec56
commit
553dd75e50
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user