Unity Issue Tracker - ISubmitHandler.OnSubmit is not being called when Update Mode is set to "Process Events Manually"
Fixed
ISXB-1141
ISubmitHandler.OnSubmit is not being called when Update Mode is set to "Process Events Manually"
Package: Input System
Fixed
1.11.X
1.11.2 onwards
A fix for this issue will be available in the 1.11.3 package release.
Reproduction steps:
1. Open the attached “BugRepro” project
2. Open the “Assets/BugAssets/SampleScene“ Scene
3. Enter Play Mode
4. In the Game View, select one of the two buttons using the mouse
5. Press “F” or “Enter” on the keyboard
6. Observe the Console window
Expected result: “Submit executed.” message is logged
Actual result: No messages are logged