File tree Expand file tree Collapse file tree 4 files changed +0
-92
lines changed
Packages/com.unity.inputsystem/InputSystem Expand file tree Collapse file tree 4 files changed +0
-92
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -450,18 +450,6 @@ public static void Initialize()
450450 . WithProduct ( "^(Oculus Tracked Remote)" ) ) ;
451451#endif
452452
453- // Built-in layouts replaced by the com.unity.xr.googlevr package.
454- #if ! DISABLE_BUILTIN_INPUT_SYSTEM_GOOGLEVR
455- InputSystem . RegisterLayout < Unity . XR . GoogleVr . DaydreamHMD > (
456- matches : new InputDeviceMatcher ( )
457- . WithInterface ( XRUtilities . InterfaceMatchAnyVersion )
458- . WithProduct ( "Daydream HMD" ) ) ;
459- InputSystem . RegisterLayout < Unity . XR . GoogleVr . DaydreamController > (
460- matches : new InputDeviceMatcher ( )
461- . WithInterface ( XRUtilities . InterfaceMatchAnyVersion )
462- . WithProduct ( "^(Daydream Controller)" ) ) ;
463- #endif
464-
465453 // Built-in layouts replaced by the com.unity.xr.openvr package.
466454#if ! DISABLE_BUILTIN_INPUT_SYSTEM_OPENVR
467455 InputSystem . RegisterLayout < Unity . XR . OpenVR . OpenVRHMD > (
Original file line number Diff line number Diff line change 1717 "expression": "1.0.3",
1818 "define": "DISABLE_BUILTIN_INPUT_SYSTEM_OCULUS"
1919 },
20- {
21- "name": "com.unity.xr.googlevr",
22- "expression": "1.0.0",
23- "define": "DISABLE_BUILTIN_INPUT_SYSTEM_GOOGLEVR"
24- },
2520 {
2621 "name": "com.unity.xr.openvr",
2722 "expression": "1.0.0",
You can’t perform that action at this time.
0 commit comments