|
Kanda Players 0.7.0
|
Updates inputs using Unity Input System. Make sure events are set to process manually in Input System settings, otherwise this can result in some derived values like mouse delta being dropped. More...
Inheritance diagram for InputUpdateSystem:Public Member Functions | |
| void | OnUpdate (ref SystemState state) |
Updates inputs using Unity Input System. Make sure events are set to process manually in Input System settings, otherwise this can result in some derived values like mouse delta being dropped.
We run the system in late simulation because we want to poll input as late as possible to minimize latency. This is especially important for XR HMDs which may otherwise have jitter or nausea-inducing lag.