Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
jfrank-razer opened this issue Jan 11, 2017 · 1 comment
Closed

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

jfrank-razer opened this issue Jan 11, 2017 · 1 comment

Comments

@jfrank-razer
Copy link

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
Copy link
Member

DuFF14 commented Jan 12, 2017

Thanks, fixed in #203

@DuFF14 DuFF14 closed this as completed Jan 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants