We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63b440d commit cbf236aCopy full SHA for cbf236a
1 file changed
Packages/com.unity.inputsystem/InputSystem/InputAnalytics.cs
@@ -140,9 +140,12 @@ public StartupEventAnalytic(InputManager manager)
140
141
public InputAnalyticInfo info => new InputAnalyticInfo(kEventName, kMaxEventsPerHour, kMaxNumberOfElements);
142
143
-#if UNITY_EDITOR && UNITY_2023_2_OR_NEWER
+#if UNITY_EDITOR
144
internal static Func<bool> m_EditorPlayerSettingHelpersGetNewSystemBackendsEnabled;
145
internal static Func<bool> m_EditorPlayerSettingHelpersGetOldSystemBackendsEnabled;
146
+#endif
147
+
148
+#if UNITY_EDITOR && UNITY_2023_2_OR_NEWER
149
public bool TryGatherData(out UnityEngine.Analytics.IAnalytic.IData data, out Exception error)
150
#else
151
public bool TryGatherData(out IInputAnalyticData data, out Exception error)
0 commit comments