Skip to content

Commit 78b8c7c

Browse files
authored
Marked Unity Joystick Manager as supported on XR SDK pipeline (#9954)
1 parent 3c0e949 commit 78b8c7c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Assets/MRTK/Core/Providers/UnityInput/UnityJoystickManager.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ namespace Microsoft.MixedReality.Toolkit.Input.UnityInput
1717
[MixedRealityDataProvider(
1818
typeof(IMixedRealityInputSystem),
1919
(SupportedPlatforms)(-1), // All platforms supported by Unity
20-
"Unity Joystick Manager",
21-
supportedUnityXRPipelines: SupportedUnityXRPipelines.LegacyXR)]
20+
"Unity Joystick Manager")]
2221
#if UNITY_2020_1_OR_NEWER
2322
[Obsolete("The legacy XR pipeline has been removed in Unity 2020 or newer. Please migrate to XR SDK.")]
2423
#endif // UNITY_2020_1_OR_NEWER

0 commit comments

Comments
 (0)