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
- “Screen position out of view frustum...” errors are thrown when zooming out in the Scene view after creating UI GameObject
- CurveTexture is not being released when unloading AssetBundle containing a Scene with ColorCurves post-processing component in Global Volume
- Crash on ExtractActiveCasterInfo when navigating the scene view in a project with specific lighting data
- Build Profile name increments when numeric suffix is removed from duplicate Profile name
- "Unrecognized block header in profiler data file, stopping deserialization" error is shown and no more profiler data is recorded when the Player is connected and profiler recording is enabled/disabled few times
Add comment