Unity5 WheelCollider UI not showing????

Hello. I just been using Unity5 and the WheelCollider component gui is gone… any one know what happended??? thanks

Make sure your main gameobject has RigidBody component. And make sure your gameobject has main collider. Wheel Colliders are working based on your RigidBody, and Collider.

Hi xxBarginsxx,

Have you tried clicking on Gizmos on the Scene or Game tab?

I just start a for to develop a game and first issue occur.
I have an same issue with unity 5. I cant see any Gizmo regarding Wheel Collider 3d. but i can see in 2d wheel collider but cant for 3d.? Is it Bug of Unity 5.? or I have missing any step to do.

Please Help me to start…!

You need to make a car with a Rigidbody and make a Empty GameObject parented to the car.
then name it wheel colliders, in wheel collider, make another Empty game object and call it Wheel. Then add a component called Wheel collider.

Hope That Helped You!