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
- Scene View flickers when the Game View Tab is docked next to the Scene View Tab and graphics API is set to Direct3D11
- Typo in TMP_InputField when viewing "Reset on Deactivation" setting tooltip
- Manual reference page for Grid Selection is missing
- Awaitable.NextFrameAsync causes GC Alloc 0.7 KB when using CancellationToken
- Prefab "Overrides" list item popups are overridden when navigating with keyboard arrow keys
Add comment