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 d4bdf4e + 068c404 commit dddc522Copy full SHA for dddc522
Assets/MRTK/Providers/OpenVR/OpenVRDeviceManager.cs
@@ -192,7 +192,7 @@ protected override SupportedControllerType GetCurrentControllerType(string joyst
192
return SupportedControllerType.ViveWand;
193
}
194
195
- if (joystickName.Contains("Vive Knuckles"))
+ if (joystickName.Contains("Knuckles"))
196
{
197
return SupportedControllerType.ViveKnuckles;
198
0 commit comments