Search Issue Tracker
Won't Fix
Votes
1
Found in
5.4.0b22
Issue ID
807030
Regression
No
Vehicle root still rotates on a locked axis
How to reproduce:
1. Open attached project
2. Open scene Scenes/test plane and primitives.unity
3. Select the FWD Vehicle gameobject and Freeze its Rotation on any axis in the Rigidbody
4. Play the scene
5. Drive the vehicle around the scene using WSAD
- Note that even though the axis is locked, the vehicle still rotates on that axis as it moves around various obstacles
- Reproduced in Version 5.4.0b22 (518a15457bf6), Version 5.3.5p3 (4c1fbb057dc3), Version 5.2.4f1 (98095704e6fe)
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note:
The vehicles are integrated separately from the other bodies (to decrease input latency), thus the constraints logic isn't applied there. While it could be done, and there's no rocket science involved, there was only upvote for this in over two years and it will indeed increase our divergence from the vanilla physx that won't probably feature this ever.