Search Issue Tracker
Won't Fix
Votes
0
Found in
2020.3.37f1
2021.3.6f1
2022.1.10f1
2022.2.0b2
2023.1.0a4
Issue ID
UUM-9377
Regression
No
Rigidbody allows clipping through itself if under the weight of a heavier Rigidbody
Reproduction steps:
- Open the “newRBtest” project
- Open “SampleScene” scene
- Press Play
Expected result: Cube does not clip through the platform
Actual result: Cube clips through the platform
Reproducible with: 2020.3.37f1, 2021.3.6f1, 2022.1.10f1, 2022.2.0b2, 2023.1.0a4
Reproduced on: Windows 10
Note: In the case of a repro project, to successfully reproduce the issue the Mass of the top cube should be set to be around 50.
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Package signature validation unexpectedly return an invalid signature status if the validation check is done after the code signing certificate validaty range has passed
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
Resolution Note:
Mass ratios of over 10 generally present a problem for the iterative solvers in the current versions of PhysX. It's recommended to avoid using ratios of over 10, or to tweak the solver iteration (and solver velocity) iteration counts at the very least.