I seem to be having a problem with the wheelcolliders resisting movement in 5.5. Originally I saw this behaviour in my more complex gameobjects, but have now pared it right back to eliminate other issues.
In 5.4:
I have a cube with a rigidbody and four wheelcolliders, at rest on a flat terrain. the gameobject applies a force to the rigidbody in forward direction, in FixedUpdate(). No other scripts attached. Cube begins to accelerate in forward direction as expected.
In 5.5
Exactly the same setup, but cube appears to rock forward a little as if wheelcollider brakes are on. While running if I pick up gameobject a little and drop it, immediately begins to roll forward.
It feels like the wheelcolliders are locked up somehow. I have even set brakeTorque and motorTorque to zero in Update() to rule that out but the only thing that makes it roll is lifting up in scene view.
As it stands, my gameobjects just stay stuck in place unless I manually nudge them.
Can anyone else try this and see if 5.5 has introduced new behaviour in wheelcolliders…?
Thanks