Hi there,
I’m trying to build a car rig but I don’t have a clue how to connect the wheel colliders. I used this http://unity3d.com/support/documentation/Components/class-WheelCollider.html to create a car with wheels colliders separate from the physical wheels. However, the car chassis is not connected to the wheels and this manual page doesn’t state how to do this. I also watched some tutorial video and googled around a bit but everybody seems to skip the task of actually connecting the wheels because it seems obvious but it isn’t obvious to me :X
This is how it initially looks in the editor: http://somian.net/stuff/forums/unity/WheelColliders/col1.jpg
but this is what I get when I start the game: http://somian.net/stuff/forums/unity/WheelColliders/col2.jpg
[preview of external content removed for GDPR compliance as it was including 3rd party cookies]
the truck falls through the ground (until the chassis box collides with the ground) but the wheel colliders (the physical, not optical ones) are still are still “standing” on the ground. But how can I connect these :X In a video, it looked like this would automatically work if the wheel colliders are child objects of the chassis objects but that’s not the case.