Skip to content

Commit e69a4a2

Browse files
committed
FIX: Prevent errors on certain platforms
1 parent 4c91637 commit e69a4a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Packages/com.unity.inputsystem/InputSystem/Editor/InputSystemPluginControl.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ private static void CheckForExtension()
4343
#if UNITY_2023_3_OR_NEWER
4444
BuildTarget.VisionOS,
4545
#endif
46+
(BuildTarget)49,
4647
BuildTarget.NoTarget
4748
};
4849

0 commit comments

Comments
 (0)