OSVR / OSVR-Unity

Package for authoring OSVR experiences with Unity.
Apache License 2.0
98 stars 38 forks source link

Read input during Update() rather than FixedUpdate() #202

Closed jfrank-razer closed 7 years ago

jfrank-razer commented 7 years ago

Reading input (e.g. keyboard state) should be done during Update(), not FixedUpdate().

For example, this is unreliable but would work fine when if moved to Update().

DuFF14 commented 7 years ago

Thanks, fixed in https://github.com/OSVR/OSVR-Unity/pull/203