Unity: Spin wheels to move vehicle
- by Paul Manta
I am just getting started with Unity and I'd like to ask a question. If I have a "Vehicle" object that has two children: "FrontWheel" and "BackWheel" (both 'wheels' are cylinders), how should I set everything up such that I can move the entire vehicle by turning its wheels?
When I apply a torque to "FrontWheel", the vehicle starts to move, but…