Search Issue Tracker
Fixed
Fixed in 6000.0.60f1, 6000.2.8f1, 6000.3.0b5, 6000.4.0a2
Votes
0
Found in
6000.0.0f1
6000.2.0a1
6000.3.0a2
6000.4.0a1
Issue ID
UUM-120474
Regression
No
Rigidbody2D.Slide correctly ignores colliders specified with "Physics2D.IgnoreCollision" however encountering them can still modify movement behaviour in subtle ways.
The issue is described in really good detail here: [https://discussions.unity.com/t/rigidbody2d-slide-bug-when-combined-with-physics2d-ignorecollision/1685481]
Rigidbody2D.Slide is correctly ignoring any colliders specified using "Physics2D.IgnoreCollision" however the check is happening far too late which results in it consuming movement iterations and potentially not reaching a full target move.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Project Auditor Analysis is not marked dirty when the save file is deleted even after reopening the Project Auditor window
- “Shader Graphs” text in the blackboard is hard to see
- "NullReferenceException" error is thrown when changing input field focus via script with custom validation
- The Tables in the Project Auditor’s Assemblies, and Precompiled Assemblies tabs does not scale with the Project Auditor window size which leads to unused empty space and bigger scrollbars in the tables
- Tile Palette button with longer Palette name is misaligned and cut-off when Tile Palette Clipboard overlay is resized
Add comment