Search Issue Tracker
Won't Fix
Votes
1
Found in
5.0.0a18
Issue ID
621892
Regression
No
Wheels don't take initial rotation from the WheelCollider transform
To reproduce:
1. Open attached project
2. Open test4 scene
3. Observe myCar
4. Enter play mode
Expected result: it falls on it's wheels
Actual result: It falls until it hits the box collider
Note: The other vehicle (myCar2) behaves correctly. The only difference I see between them is the parent objects rotation, but the wheel colliders on both of them get displayed correctly.
Won't Fix because: It's nice to have that feature, but probably not that critical as far as we can see looking at what users ask.
Basically, setting arbitrary rotations of wheels isn't supported by PhysX. We'd have to patch that in, and maintain the custom code every time we upgrade. It doesn't make sense to do this until we decide to move PhysX Vehicles module to the Unity code and refactor it heavily.
This will be tracked as a possible feature going forward.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Shader warnings are thrown after building High Definition 3D template
- "EndLayoutGroup: BeginLayoutGroup must be called first" error is thrown when changing Shader Precision Model from the Build Profiles window
- White artifacts/outlines are visible in the Garden Scene when viewing at meshes from a distance
- Shader warnings "Sprite-Unlit-Default" are thrown after building 2D Platrformer Microgame Template
- [Android] HLSL shader becomes corrupted when running on an Android device
ThomasEgan
Mar 17, 2015 08:45
Wheelcolliders are using the space of the attached rigidbody rather than local space.