Search Issue Tracker
Fixed in 0.3.0
Votes
0
Found in [Package]
0.2.1-preview
Issue ID
1138654
Regression
No
[Scripting][Event] InputUpdateType.Manual does not work
Github: https://github.com/Unity-Technologies/InputSystem/issues/469
Forum: https://forum.unity.com/threads/how-to-update-input-system-manually.640105/
In Project Setting for Input (NEW), if Update Mode is set to "Process Events Manually", the ISX doesn't work anymore.
Repro:
1. Download attached project: ManualUpdate
2. Download ISX package if needed: https://github.com/Unity-Technologies/InputSystem
3. Open SimpleDemo scene
4. Enter Playmode and try to move around with WASD
(Optinal)
5. Go to ProjectSettings -> Input(NEW) -> Update Mode and change it to other options
6. Enter Playmode again and try move around.
Actual: When using Manual update, calling "UnityEngine.Experimental.Input.InputSystem.Update(InputUpdateType.Manual)" does not update the queued input events.
Explanation about project:
The project calls manual update and a debug message saying "ManualUpdate Coroutine" every 3 seconds.
If the message appears in the Console with no input executed, it means the manual update does not process any input events queued between updates.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- UI Overlay Image gets darker on each Camera when multiple Cameras are used
- Assertion failed on expression: 'scriptedImporterClass == SCRIPTING_NULL error when opening the standalone profiler window
- Disabled assets in Import Unity Package window aren't tracked but count as being selected by user
- [Windows] Crash on GetManagerFromContext when video is playing and creating High Definition 3D Projects after FMOD failed to switch back to normal output Error appeared
- GC Alloc produced when adding items to MultiColumnListView with Auto Assign Binding
Add comment