From 79f9c67812d65e227129616357db574180b5c9ce Mon Sep 17 00:00:00 2001 From: Rita Merkl Date: Tue, 11 Feb 2025 11:36:59 +0100 Subject: [PATCH] remove nda platform mentions --- .../InputSystem/Editor/InputSystemPluginControl.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Packages/com.unity.inputsystem/InputSystem/Editor/InputSystemPluginControl.cs b/Packages/com.unity.inputsystem/InputSystem/Editor/InputSystemPluginControl.cs index 1e51505fa8..f6f284b4e5 100644 --- a/Packages/com.unity.inputsystem/InputSystem/Editor/InputSystemPluginControl.cs +++ b/Packages/com.unity.inputsystem/InputSystem/Editor/InputSystemPluginControl.cs @@ -43,12 +43,6 @@ private static void CheckForExtension() #if UNITY_2023_3_OR_NEWER BuildTarget.VisionOS, #endif - #if UNITY_6000_0_OR_NEWER - BuildTarget.ReservedCFE, - #endif - #if UNITY_6000_0_7_OR_NEWER - BuildTarget.Kepler - #endif BuildTarget.NoTarget };