Search Issue Tracker
Fixed
Fixed in 2021.3.25f1, 2022.2.18f1, 2023.1.0b14, 2023.2.0a11
Votes
1
Found in
2021.3.16f1
2022.1.24f1
2022.2.2f1
2023.1.0a24
2023.2.0a4
Issue ID
UUM-29037
Regression
No
SetMaxImpulse is not evaluated when using it on ArticulationBody
Reproduction steps:
1. Open the “SetMaxImpulseTest” project
2. Open Assets/SetMaxImpulseTest.unity scene
3. Enter the Play Mode
4. Observe the “Articulation CarBalls” (on the right) and “Rigid CarBalls” (on the left) GameObjects
Expected results: SetMaxImpulse is evaluated on both GameObjects
Actual results: SetMaxImpulse is not evaluated on “ArticulationBody” GameObject
Reproducible with: 2021.3.16f1, 2022.1.24f1, 2022.2.2f1, 2023.1.0a24, 2023.2.0a4
Could not test with: 2020.3.43f1 (The type or namespace name 'ModifiableContactPair' could not be found (are you missing a using directive or an assembly reference?))
Reproduced on: Intel MacOS 13.1
Notes:
* When the “Max Impulse” property is set to 0 both objects fall through the “TestArea” GameObject immediately
* When the “Max Impulse” property is set to 0.1 only the “Rigid CarBalls” GameObject falls through the “TestArea” GameObject
* When the “Max Impulse” property is set to 1 or more both GameObjects behave similarly
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
Add comment