- Home /
Wheels are not turning
Hi I am new to unity. I am currently doing the Car tutorial on the unity website.
However for some reason the wheels on my car model are not turning. Is there a step I missed? The wheels were turning in the Completed file despite having done exactly all the steps.
Play spot-the-difference between their version and yours. I'm sure you have a better chance than anyone else at finding the problem, given the amount of information you've provided.
$$anonymous$$ight be the tutorial was not updated to work with 3.5, and something internally changed. But impossible to tell without going through the actual project and/or scenes with a fine-toothed comb.
Answer by Razorblade · Jun 18, 2012 at 07:39 PM
Hi everyone, maybe this is dumb, but I have the same problem..
What is the object or object property that make wheels turn?
Thanks
Answer by ebutler3D · Feb 15, 2013 at 11:53 AM
Hi all,
Are you making sure you drag the discbrake objects (not the parent WHEEL obj) into the car.js script on the car object? I fixed the front wheels by swapping the Left and Right discbrakes in the slots in car.js, but then the back wheels wouldn't work. I solved this problem with my own model by duplicating the front wheels, renaming them and shifting the back to the position of the back wheels in unity.. This and redoing the tutorial 15 times, and in an urika moment it worked! Sorry I couldn't isolate the exact problem, but keep trying it and changing things would be my advice for those still struggling..
Your answer
Follow this Question
Related Questions
Custom model with car tutorial problem 1 Answer
Animation in GUI Buttons? 1 Answer
How to make a drivable car in unity3d with scripts 2 Answers
The car tutorial doesn't run correctly in my pc 0 Answers
2 Scripting Errors I need help fixing!! 3 Answers