- Home /
unity 5 wheel collider problem
hello everybody!ı m use unity 5.ı add wheel collider in the game object but ı dont see wheel collider .I radius the size but does not appear
Answer by RetepTrun · Mar 09, 2015 at 12:59 AM
By your picture it looks like the object could be really far away. Too far to see the collider. Press F to zoom in on it.
Answer by Csaramos · Apr 11, 2015 at 03:31 PM
hi man, first sorry if you cant understand some sentences i dont speak english, you need a rigidbody and almost one collider (box collider etc)i recomend to use a mesh collider, select all the parts of your model one by one and apply a mesh collider and later check the convex box, the wheel colliders need the rigidbody because they need a mass and another more properties from this one, and the collider (mesh) because they extract the CM (center of mass) from there.
hope can help.
this is the example
Your answer

Follow this Question
Related Questions
using wheel colliders? 4 Answers
my car isn't moving 1 Answer
wheelCollider, change values by script 2 Answers
WheelCollider: veering/drifting bug? 2 Answers
Car speed physics problem, accelerates and turns out of controll 0 Answers