Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Udon input axis not resetting to zero #40

Closed
nosjo opened this issue Apr 6, 2021 · 3 comments
Closed

Udon input axis not resetting to zero #40

nosjo opened this issue Apr 6, 2021 · 3 comments

Comments

@nosjo
Copy link
Contributor

nosjo commented Apr 6, 2021

so if you use exemply InputMoveHorizontal or InputMoveVertical the 3 values there can get from keyboard is -1, 0 and 1 but there newer get 0 so when you let go off the key it just continues with either -1 or 1

@daalta
Copy link

daalta commented Jul 13, 2021

Yup, still an issue!

Here's what I would expect:

  • Press W -> 1
  • Release W -> 0
  • Press S -> -1
  • Release S -> 0

Here's what CyanEmu does:

  • Press W -> 0
  • Release W -> 1
  • Press S -> 0
  • Release S -> -1

@CyanLaser
Copy link
Owner

4006f8a fixes the issue. Looks like the wrong variable was used.

@CyanLaser
Copy link
Owner

Resolved with v0.3.10

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants