We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47256cb commit c1222dbCopy full SHA for c1222db
1 file changed
Packages/com.unity.inputsystem/InputSystem/Editor/InputSystemPluginControl.cs
@@ -43,12 +43,6 @@ private static void CheckForExtension()
43
#if UNITY_2023_3_OR_NEWER
44
BuildTarget.VisionOS,
45
#endif
46
- #if UNITY_6000_0_OR_NEWER
47
- BuildTarget.ReservedCFE,
48
- #endif
49
- #if UNITY_6000_0_7_OR_NEWER
50
- BuildTarget.Kepler
51
52
BuildTarget.NoTarget
53
};
54
0 commit comments