'm interested in VR, and right now I’m interested in the VR game steering wheel, I’ve noticed few VR games related to the game steering wheel.
I decided to try my hand at this field, to create a VR race using Unity.
Are there any people who have been doing this?
Who was involved in connecting the game steering wheel to Unity, how do you do this, and what code do you use?
I must say right away that I used the Input System, or rather the Input Action. I have a code that I use to control the car, and I also use the gas pedals and brakes.
I contacted ChatGPT, but the problem still remained.
And so, when my steering wheel is in neutral, my car goes straight, but as soon as I turn the steering wheel to the right or left, after that, when the steering wheel is in neutral, the value remains and does not return to 0, but remains 0.5 or -0.9.
Has anyone encountered such a problem?
Have you solved it?
We are also interested in other ways to connect the steering wheel to Unity.
Any solution will be interesting.
I have not used the Input Manager, if someone can help me set up the horizontal and vertical properly, I will be very grateful.
I’ve visited many sites, few people use the steering wheel at all, and all the others have a problem not like mine, I haven’t found an answer on the Internet.
I don’t rule out that I might have missed something, so I’m glad of any help.