Hi all, pretty new to unity, trying it out actually and I was wondering if what I want to do is doable in unity without hacking…
So basically I want to do a kart game so Ive done the car tutorial on the website, everything works fine I was able to bring in a custom model and set the physics and effects to have a decent example working…Now to take it a step further I am not sure if what I have in mind is possible.
Can I attach a skinned mesh(driver) to a rigid body(kart)…Because the examples Ive seen of games made with unity had either no driver or the driver had really simple animation. So I am wondering was the kart and driver in a single model?
And finally if it is possible to trigger a ragdoll from a skinned mesh that has no character controller, if not can one attach a character controller to a rigid body, let say if I want the driver to be able to be ejected from the kart upon impact and have him react to the fall with a ragdoll…
Thanks