Skip to content

Commit d52ac63

Browse files
committed
Remove WithManufacturer(HTC) pattern from the call registering the OpenVROculusTouchController.
1 parent 0cded04 commit d52ac63

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
@@ -348,7 +348,6 @@ public static void Initialize()
348348
InputSystem.RegisterLayout<Unity.XR.OpenVR.OpenVROculusTouchController>(
349349
matches: new InputDeviceMatcher()
350350
.WithInterface(XRUtilities.InterfaceMatchAnyVersion)
351-
.WithManufacturer("HTC")
352351
.WithProduct(@"^(OpenVR Controller\(Oculus)")
353352
);
354353

0 commit comments

Comments
 (0)