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 fb0e953 commit c0dc231Copy full SHA for c0dc231
Assets/Tests/InputSystem/CorePerformanceTests.cs
@@ -1113,7 +1113,9 @@ public void Performance_OptimizedControls_ReadingPose4kTimes(OptimizationTestTyp
1113
"InputSystem.onAfterUpdate",
1114
"PreUpdate.NewInputUpdate",
1115
"PreUpdate.InputForUIUpdate",
1116
- "FixedUpdate.NewInputFixedUpdate"
+ "FixedUpdate.NewInputFixedUpdate",
1117
+ "InputAction.Enable",
1118
+ "InputActionMap.ResolveBindings"
1119
};
1120
1121
[PrebuildSetup(typeof(ProjectWideActionsBuildSetup))]
0 commit comments