diff --git a/Runtime/HumanoidFree/Scripts/Extensions/HumanoidTracker.cs b/Runtime/HumanoidFree/Scripts/Extensions/HumanoidTracker.cs index 4788b3b..a8136fa 100644 --- a/Runtime/HumanoidFree/Scripts/Extensions/HumanoidTracker.cs +++ b/Runtime/HumanoidFree/Scripts/Extensions/HumanoidTracker.cs @@ -61,9 +61,9 @@ namespace Passer.Humanoid { if (trackerComponent == null) { Transform realWorld = this.humanoid.realWorld; - Vector3 position = realWorld.TransformPoint(localPosition); - Quaternion rotation = realWorld.rotation * localRotation; - trackerComponent = getTracker(realWorld, position, rotation); + //Vector3 position = realWorld.TransformPoint(localPosition); + //Quaternion rotation = realWorld.rotation * localRotation; + trackerComponent = getTracker(realWorld, localPosition, localRotation); } if (trackerComponent == null) return;