Skip to content

Commit 926589a

Browse files
committed
remove support for the Daydream controller (deprecated in October 2020)
1 parent 77410be commit 926589a

File tree

4 files changed

+0
-92
lines changed

4 files changed

+0
-92
lines changed

Packages/com.unity.inputsystem/InputSystem/Plugins/XR/Devices/GoogleVR.cs

Lines changed: 0 additions & 64 deletions
This file was deleted.

Packages/com.unity.inputsystem/InputSystem/Plugins/XR/Devices/GoogleVR.cs.meta

Lines changed: 0 additions & 11 deletions
This file was deleted.

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff 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>(

Packages/com.unity.inputsystem/InputSystem/Unity.InputSystem.asmdef

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@
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",

0 commit comments

Comments
 (0)