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

Swinging too fast causes keys to not register #21

Open
TheSeanLavery opened this issue Aug 12, 2019 · 1 comment
Open

Swinging too fast causes keys to not register #21

TheSeanLavery opened this issue Aug 12, 2019 · 1 comment
Labels

Comments

@TheSeanLavery
Copy link

When getting into the groove and typing fast, I can move the controllers fast enough that they miss the key colliders.

One way to fix it would be to have an actual physics object that follows the end of the sticks using forces. If you have continuous physics enabled on that object it should hit the keys no matter how fast the user swings.

Another solution would be to increase the size of the keyboard collider's depth. But that would introduce other errors.

@lux lux added the bug label Aug 14, 2019
@lux
Copy link
Contributor

lux commented Aug 14, 2019

Your first approach seems like a good fix. I'll look into it when I get some time (along with #20), although feel free to submit a PR if you're able to fix it in the meantime.

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

No branches or pull requests

2 participants