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.
1 parent 5a9cab2 commit 48dec8bCopy full SHA for 48dec8b
Assets/MixedRealityToolkit/_Core/Managers/MixedRealityManager.cs
@@ -975,7 +975,7 @@ private void AddManagersForTheCurrentPlatformEditor()
975
case UnityEditor.BuildTarget.StandaloneWindows:
976
case UnityEditor.BuildTarget.StandaloneWindows64:
977
case UnityEditor.BuildTarget.StandaloneOSX:
978
- AddManager(typeof(IMixedRealityDeviceManager), new UnityJoystickManager("Unity Device Manager", 10));
+ AddManager(typeof(IMixedRealityDeviceManager), new UnityJoystickManager("Unity Joystick Manager", 10));
979
AddManager(typeof(IMixedRealityDeviceManager), new OpenVRDeviceManager("Unity OpenVR Device Manager", 10));
980
break;
981
case UnityEditor.BuildTarget.iOS:
0 commit comments