Search Issue Tracker
By Design
Votes
0
Found in
Issue ID
861131
Regression
No
Enabling "Use Full Kinematic Contacts" on Rigidbody2d has no effect
To reproduce:
1. Open attached project "FullKinematicContactBug.zip"
2. Play "test" scene. And watch how moving "Player" object interacts with other 3 objects.
3. Stop the scene.
4. In Hierarchy, select "Player" object, and in Rigidbody2d component, uncheck "Use Full Kinematic Contacts".
5. Play scene again. It plays the same way as if "Use Full Kinematic Contacts" was checked.
Actual result: only the first (Dynamic) object is pushed. No contact (collision) with Kinematic or Static object.
Expected result: when "Use Full Kinematic Contacts" is enabled, kinematic/kinematic and kinematic/static collisions should be allowed.
Repro with: 5.5.0f3, 5.6.0b1
"Use Full Kinematic Contacts" was added in 5.5
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Readme” Asset is unreadable in the Inspector window when switching Editor Theme to Light
- “NullReferenceException” error thrown when switching Editor Theme to Light if “Unity Version Control” tab is enabled
- A Warning is displayed in the Inspector when a Mesh with any Material is added as a Terrain Detail
- [Android][Vulkan] Memory leak when playing and stopping a video using the Video Player on some devices
- Caret moves by a character when typing "." and any number into 'Grid and Snap' toolbar's input field
Add comment