diff --git a/Assets/VRM10/Runtime/Components/Constraint/VRM10Constraint.cs b/Assets/VRM10/Runtime/Components/Constraint/VRM10Constraint.cs index 4f4ef3b59..2a2039596 100644 --- a/Assets/VRM10/Runtime/Components/Constraint/VRM10Constraint.cs +++ b/Assets/VRM10/Runtime/Components/Constraint/VRM10Constraint.cs @@ -46,7 +46,7 @@ namespace UniVRM10 case ObjectSpace.model: if (m_src == null) { - return TR.FromWorld(ModelRoot); + return new TR(ModelRoot.rotation, Source.position); } else {