Wheel Colliders property steerAngle works in Unity but not in Playworks Plugin
This is most likely due to the fact that Plugin's Wheel Colliders aren't fully implemented.
Possible solution:
- Try to create a steering effect by moving the
RigidBody
via transform. Depending on the circumstances, this might not be a perfect solution to this issue.