Search Issue Tracker
Fixed in 5.3.2
Votes
0
Found in
5.3.0f4
Issue ID
751979
Regression
Yes
Setting rigidbody.inertiaTensor to itself changes rigidbody behaviour
To reproduce:
1. Open the project
2. Open the scene "Demo C#"
2. Drive the car around a bit
3. Notice that it behaves as expected (doesn't tilt without a reason, etc.)
4. Go to the script "VehicleParent.cs"
5. Comment out line 368 "rb.inertiaTensor = rb.inertiaTensor;"
6. Drive the car around for a bit.
7. Notice that it tilts and sometimes turns over for little to no reason.
Expected behaviour: the line rb.inertiaTensor = rb.inertiaTensor; has no effect.
Regression started in 5.3
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Graphics.DrawProcedural doesn't work like in DX11 when used with DX12
- [Quest 2] Running Entities Graphics/BatchRendererGroup under Vulkan results in a frame rate drop compared to OpenGLES 3 and causes Tile Binning to cost more
- Filters dropdown: Window doesn't rescale on items collapse
- Sprite Preview is broken when the Sprite is too tall or too wide
- Objects are invisible in Scene view when using Wireframe Shading Mode
Add comment