diff --git a/Assets/VRM10_Samples/VRM10Viewer/Motions/VrmAnimation.cs b/Assets/VRM10_Samples/VRM10Viewer/Motions/VrmAnimation.cs index a0992174b..2954251b5 100644 --- a/Assets/VRM10_Samples/VRM10Viewer/Motions/VrmAnimation.cs +++ b/Assets/VRM10_Samples/VRM10Viewer/Motions/VrmAnimation.cs @@ -28,7 +28,7 @@ namespace UniVRM10.VRM10Viewer { // experimental: set pose var animator = instance.GetComponent(); - animator.GetBoneTransform(HumanBodyBones.Hips).position = hips; + animator.GetBoneTransform(HumanBodyBones.Hips).localPosition = hips; foreach (var kv in map) { var t = animator.GetBoneTransform(kv.Key);