File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Packages/com.unity.inputsystem/InputSystem Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -47,13 +47,10 @@ public interface IInputAnalytic
4747 {
4848 InputAnalyticInfo info { get ; } // May be removed when only supporting 2023.2+ versions
4949
50- #if UNITY_EDITOR && UNITY_2023_2_OR_NEWER
51- // ISXB-1203 TryGatherData is defined by base. Note that UNITY_EDITOR is not defined when
52- // compiling addressables even when running in editor.
53- #else
50+ #if ! UNITY_EDITOR || ! UNITY_2023_2_OR_NEWER
5451 // Conditionally mimic UnityEngine.Analytics.IAnalytic
5552 bool TryGatherData ( out IInputAnalyticData data , out Exception error ) ;
56- #endif // !UNITY_2023_2_OR_NEWER
53+ #endif // !UNITY_EDITOR || ! UNITY_2023_2_OR_NEWER
5754 }
5855
5956 public static void Initialize ( InputManager manager )
You can’t perform that action at this time.
0 commit comments