Have created new projects, and tried different rendering modes in viewports. Still no visible wheel collider outlines as per tutorials and scene in all videos and screenshots others create.
Maybe the Rigidbody is missing? The WheelCollider won’t draw any outline unless there’s a Rigidbody component in its GameObject or any of its ancestors.
Try this in a new scene:
Create a cube (GameObject > 3D Object > Cube)
Add a Rigidbody component (Component > Physics > Rigidbody)
Add a WheelCollider (Component > Physics > Wheel Collider)
i spent like 3 hours looking up videos and helps on how to get it to appear just to later realize i didnt have the gizmos box checked…facepalm
you cant tell from the visibility if its checked or not…lmao
i tried to right click one wheel collider on the inspector and chose find reference in scene.
and i close the tab scene and reopen it. it works. dont know why