We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2291d3e commit 058aab1Copy full SHA for 058aab1
Assets/Tests/InputSystem/Plugins/UITests.cs
@@ -2630,8 +2630,10 @@ public void UI_ClickDraggingMouseDoesNotAllocateGCMemory()
2630
Release(mouse.leftButton);
2631
scene.eventSystem.InvokeUpdate();
2632
2633
+#if UNITY_2023_2_OR_NEWER // UnityEngine.InputForUI Module unavailable in earlier releases
2634
// Process all queued UI events to ensure that next events will not make the events list capacity growing
2635
UnityEngine.InputForUI.EventProvider.NotifyUpdate();
2636
+#endif
2637
2638
var kProfilerRegion = "UI_ClickDraggingDoesNotAllocateGCMemory";
2639
0 commit comments