Search Issue Tracker
Fixed
Fixed in 6000.0.9f1, future release
Votes
0
Found in
2023.2.4f1
2023.3.0b1
6000.0.37f1
6000.1.0a7
7000.0.0a1
Issue ID
UUM-59578
Regression
No
Physics2D.IgnoreCollision does not ignore collision when using Rigidbody2D.Slide to move
Reproduction steps:
1. Open the attached "SlideVSIgnoreCollision.zip" project
2. Open the "SampleScene"
3. Enter the Play mode
4. Press the "down" button to descend the Player GameObject
5. Press the "left" button to move the Player GameObject
Expected result: The Player GameObject moves left and ignores collision with the Platform
Actual result: The Player GameObject can’t move left due to collision not being ignored
Reproducible with: 2023.2.4f1, 2023.3.0b1
Couldn't test with: 2021.3.33f1, 2022.3.16f1 (Rigidbody2D.Slide functionality was released in 2023.1)
Reproducible on: Windows 10, Windows 11
Not reproducible on: no other environment tested
Notes:
- The expected result can be seen when you enter the Play mode and firstly move left and only then press the “down” button, but once you move away from the Platform and try to move past it, the issue persists
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
- Blank, Light-Themed "Create Node" window becomes visible on the next project open
- UI Elements/Layout inconsistencies in the Particle System component
- The Game view and Scene view fail to render when launching the Editor with a maximized Render Graph Viewer window
- "List is empty" is poorly visible in the "Create Node" window
- [Android] GameObject with a custom shader becomes invisible when deployed with the Vulkan Graphics API
Resolution Note (fix version 6000.0.9f1):
Fix for this issue is available on Unity 6000.0.9f1 and above