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
- "Draw Additional Lights Shadowmap" calls increase when custom MaterialBlockProperty is used
- Crash on _platform_memmove when importing the "Dragon Crashers - URP 2D Sample Project" to a new 2D project
- "Shader is not supported on this GPU" warnings and and shaders are not loading when building the project for non-Chromium browsers
- [iOS][URP] The screen flickers and the "Execution of the command buffer was aborted due to an error during execution" error is thrown continuously
- Shortcut Manager shows empty conflict filter when resolving runtime conflicts involving different contexts
Add comment