You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you make a one one collision slope tile, and let your player move with snap, and if you turn your player just at the border between tiles(keep press "A" and "D" on slope), the player will glitch into the slope.
Just like this
Steps to reproduce
1.Make a tilemap with a one way collision tile
2.Make a kinematicbody2d player
3.let player move_and_slide_with_snap
4.Play your game, and keep press left and right when player on the slope
Godot version
3.4.2 stable
System information
windows 10
Issue description
If you make a one one collision slope tile, and let your player move with snap, and if you turn your player just at the border between tiles(keep press "A" and "D" on slope), the player will glitch into the slope.
Just like this
Steps to reproduce
1.Make a tilemap with a one way collision tile
2.Make a kinematicbody2d player
3.let player move_and_slide_with_snap
4.Play your game, and keep press left and right when player on the slope
Minimal reproduction project
OneWaySlopeBug.zip
The text was updated successfully, but these errors were encountered: