We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae8103d + d52ac63 commit f9b1628Copy full SHA for f9b1628
Packages/com.unity.inputsystem/InputSystem/Plugins/XR/XRSupport.cs
@@ -401,7 +401,6 @@ public static void Initialize()
401
InputSystem.RegisterLayout<Unity.XR.OpenVR.OpenVROculusTouchController>(
402
matches: new InputDeviceMatcher()
403
.WithInterface(XRUtilities.InterfaceMatchAnyVersion)
404
- .WithManufacturer("HTC")
405
.WithProduct(@"^(OpenVR Controller\(Oculus)")
406
);
407
0 commit comments