- Home /
Change the default car controller
I want to change the default car script so that way it turns rotates the whole car rather than the front two tires much like a tank. I tried inverting torque on one side but that didn't work. Any help is appreciated! I should mention that I also wish to tell the car to move by imputing the distance and speed in cm/s. CarUserController passes that data into the CarController script attached below. Thanks againlink text
Answer by warthos3399 · Aug 04, 2019 at 06:35 PM
Only a few ways to do that, write/code custom controller script, or find an existing one on asset store.
@warthos3399 so you are saying that the code used already is not modifiable at all to what I need?
It is modable but you need to know C# in order to correctly mod that code, i personally havent dealt with that particular senario. Theres some great assets available, and youtube video's for that, check them out, as others have made games just like you are.
I have looked everywhere but no luck, I’ll see if I can change the script to more of a universal one, thanks for the tips!
Answer by TheA-Team · Aug 03, 2019 at 02:02 AM
Anyone able to fix this or even recommend where to start? Thanks
Your answer
Follow this Question
Related Questions
How to Attach Steering wheel script to a car moment script 2 Answers
How to minimize an input value? 0 Answers
How can i set the same script on two GameObjects so the script will work on both objects same time ? 1 Answer
Why when using camera position to make zoom in/out it's not working ? 0 Answers
My Player is going through the floor after crouching 0 Answers