Car Vehicle Rigging Script - Is there one ?

Is there a js car vehicle script, that would allow one to set wheel colliders as well as wheel trails in an easy way ?

The car tutorial that appears on unity’s site , doesn’t seem to be a drag and work solution over a new vehicle, or am i doing something wrong ?

Anyone ?!

I’m fairly new here myself, and I’ve yet to go through that specific tutorial - yet. Though from what I’ve seen, folks would probably need more information before anyone can really answer your question.

For example, if it were me, I’d need to know what new vehicle you’re trying to set up, along what steps you’ve taken to do so. I don’t know if you’re running into a model import issue, a scripting issue, a case where the vehicle isn’t behaving as it should at runtime… or any number of other issues. Ultimately, more detailed information would be a huge help.

Its easier to visualise/tweak, if you set up the car manually in a scene. Once you have a workable car that behaves as you want, scripting it is pretty easy.

Instantiating chassis, wheel colliders, visible wheels, lights, trails, materials/textures with all their individual settings/scripts and the corrent parenting.

You might want to look at the JCar script from the Unify wiki.