diff --git a/scripts/XRHand.cs b/scripts/XRHand.cs index 3d80bb5..7d957ad 100644 --- a/scripts/XRHand.cs +++ b/scripts/XRHand.cs @@ -17,7 +17,7 @@ public partial class XRHand : XRController3D { var query = new PhysicsShapeQueryParameters3D(); var sphere = new SphereShape3D(); - sphere.Radius = 0.1f; + sphere.Radius = 0.1f * Scale.X; query.Shape = sphere; query.CollideWithBodies = true; query.CollideWithAreas = false;