-
Notifications
You must be signed in to change notification settings - Fork 367
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
Steering wheel not working with two hands #107
Comments
I also found, waiting for the official response |
even I"m looking for the same thing. "steering" |
I have made a fix for this. The new code allows for two hand steering, with both hands affecting the steering at the same time, and fairly realistically. May have a few bugs or odd bits. Also sets the steering back to .5 when not grabbing the wheel. |
That is just amazing, thank you so much for fixing it. There is one more issue in the steering wheel, when the motion is clamped and you move your hand around the circumference of the wheel after the max/min value has been reached, it still keeps adding the values, although the wheel doesn't move but you still have to cover that distance in reverse in order for the wheel to start rotating again. If it would be possible for you, would you be able to look into this one as well? Sorry for asking more from you. |
Yes I will do that. I am currently trying to fix two other bugs. Thank you for pointing this one out, as I never noticed. I will let you know when I fix the bugs. Edit: That isn't actually a bug. I added a Dubug.Log to a part of the script, and the value doesn't actually go below 0 or above 1. The thing you are talking about, I'm guessing is when you go past, you have to go back to the value you clamped to for it to move back down. That is intended, as it would disorient players if it immediately went back. |
Thanks a lot. |
I fixed the release bug! It literally took months, just to realize how to fix it with like 30 lines of code. This is all you have to update. Paste it over the StartGrab to EndGrab part. void EndGrab(SelectExitEventArgs args)
|
Can we make the steering wheel work with two hands?
The text was updated successfully, but these errors were encountered: