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
- Nested Canvases with the same Order in Layer ignore Z position for render order when sharing parent Canvas
- ShaderGraph Material subasset loses texture reference when reimporting all assets while using a scripted importer
- Values changed on a prefab are not retained when entering Play Mode
- Shadow Caster 2D shadows partially disappear in specific spots when used with Composite Collider 2D in the Game view
- Hierarchy and Library parts in UI Builder are inaccessible when UI Builder window is resized and these elements no longer fit in the window
Add comment