Skip to content

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

Open
@SpiritofVengeance

Description

@SpiritofVengeance

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions