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
- Tile Palette grid is moved after entering Play Mode
- Tile Palette Edit mode turns off in Play Mode
- The Editor crashes when Generating Font Atlas in the Font Asset Creator with “9999999999” padding and 256x256 Atlas Resolution
- [iOS] An “ArgumentNullException” error is thrown when GetIntroductoryPriceDictionary() method is called
- Font Import Settings documentation page is missing when the documentation button is pressed in the Inspector window
Add comment