How to stair 2d

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Ordinary

I’m currently working on my project and I’m having problem with stairs my player can’t get through unless I jump.

What Should I do to fix this

Here’s The Picture:image hosted at ImgBB — ImgBB

You can rotate collider so the stairs act as a ramp, or is the problem being caused by stop_on_slope?

Magso | 2019-07-22 08:53

No my character is only colliding and stop
Maybe i can make the collision shape like sphere so it will ramp?

Ordinary | 2019-07-22 08:57

You can rotate the square collider and scale it to cover the length of the stairs.

Magso | 2019-07-22 11:39

Thank you.
It works

Ordinary | 2019-07-22 16:16