From eeafab71acf97e5181127e1dab9e5bcea9f06bc0 Mon Sep 17 00:00:00 2001 From: Matt Schoen Date: Mon, 31 Aug 2020 16:51:00 -0700 Subject: [PATCH] Fix input in Quest builds --- Runtime/Scripts/Input/OVRTouchInputToEvents.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Runtime/Scripts/Input/OVRTouchInputToEvents.cs b/Runtime/Scripts/Input/OVRTouchInputToEvents.cs index c7685750a..dd0dc101f 100644 --- a/Runtime/Scripts/Input/OVRTouchInputToEvents.cs +++ b/Runtime/Scripts/Input/OVRTouchInputToEvents.cs @@ -4,7 +4,7 @@ sealed class OVRTouchInputToEvents : BaseVRInputToEvents { protected override string DeviceName { - get { return "Oculus Touch Controller"; } + get { return "Oculus"; } } } }