Skip to content

Commit f9b1628

Browse files
authored
Merge pull request #988 from IronWarrior/openvr-oculustouch-fix
FIX: Open VR Oculus Touch controller input
2 parents ae8103d + d52ac63 commit f9b1628

File tree

1 file changed

+0
-1
lines changed
  • Packages/com.unity.inputsystem/InputSystem/Plugins/XR

1 file changed

+0
-1
lines changed

Packages/com.unity.inputsystem/InputSystem/Plugins/XR/XRSupport.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,6 @@ public static void Initialize()
401401
InputSystem.RegisterLayout<Unity.XR.OpenVR.OpenVROculusTouchController>(
402402
matches: new InputDeviceMatcher()
403403
.WithInterface(XRUtilities.InterfaceMatchAnyVersion)
404-
.WithManufacturer("HTC")
405404
.WithProduct(@"^(OpenVR Controller\(Oculus)")
406405
);
407406

0 commit comments

Comments
 (0)