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

Keyboard Keys has delay issues with Running Script, but when I use the ARROW Keys, the problem is gone #59

Open
SpiritofVengeance opened this issue Jun 22, 2021 · 2 comments

Comments

@SpiritofVengeance
Copy link

Hi everyone, I've tried to use the Input Manager in one of my old games to add controller support. I have an issue when I bind keyboard keys like Letters and Number pad (Binding 04 in the Image attached below), the animation of my Player script won't stop running, and after a few seconds (around 3-5 sec) the Player will return to its Idle state. But when I use ANY buttons using the Arrow Keys (Binding 03, same settings as Binding 04), when I let go of the key, the Player will return to Idle state and there are no trace of delay issues from Keyboard controls (Binding 04).

Note: Binding 03 and 04 uses the same Movement script, and yet the letter and number keys kinda acts like an Analog for some reason.

InputManager.GetAxis("Horizontal");

1

@SpiritofVengeance
Copy link
Author

I fixed the Issue for some reason, I changed Active Input Handling back to Unity's build-in Input Manager (old) and the Keyboard controls finally stopped slipping

1
.

@rafaeldolfe
Copy link

Close the issue @SpiritofVengeance ?

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