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 3c0e949 commit 78b8c7cCopy full SHA for 78b8c7c
Assets/MRTK/Core/Providers/UnityInput/UnityJoystickManager.cs
@@ -17,8 +17,7 @@ namespace Microsoft.MixedReality.Toolkit.Input.UnityInput
17
[MixedRealityDataProvider(
18
typeof(IMixedRealityInputSystem),
19
(SupportedPlatforms)(-1), // All platforms supported by Unity
20
- "Unity Joystick Manager",
21
- supportedUnityXRPipelines: SupportedUnityXRPipelines.LegacyXR)]
+ "Unity Joystick Manager")]
22
#if UNITY_2020_1_OR_NEWER
23
[Obsolete("The legacy XR pipeline has been removed in Unity 2020 or newer. Please migrate to XR SDK.")]
24
#endif // UNITY_2020_1_OR_NEWER
0 commit comments