Search Issue Tracker
By Design
Votes
0
Found in
2022.3.60f1
6000.0.43f1
6000.1.0b11
6000.2.0a7
Issue ID
UUM-100453
Regression
No
Rigibody sliding over a flat surface that is made of several GameObjects detects false collisions when Collision Detection is set to "Continuous" or "Continuous Dynamic"
Reproduction steps:
1. Open the attached “IN-97433.zip” project
2. Open the “SampleScene”
3. Enter the Play mode
4. Move around with WASD keys
5. Observe the collision behavior while moving
Expected result: The pluck GameObject does not falsely collide on a flat surface
Actual result: The pluck GameObject randomly collides over some boundaries
Reproducible with: 2022.1.0a1, 2022.3.60f1, 6000.0.43f1, 6000.1.0b11, 6000.2.0a7
Reproducible on: Windows 11
Not reproducible on: no other environment tested
Note:
- Does not reproduce when Collision Detection is set to “Discrete”
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
- 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
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note:
Heya this issue can be solved by using the contact modification API to discard any undesirable contacts/impulses.
Cheers,
AlexRvn