Character Falls Of Ledge when I Create One

I am trying to move and add ledges to the 2D Side Scroll template. Whenever I add a new ledge and extend the background, the character just walks off the new ledge I have added. I also want to extend the screen as well and add more ledges and objects on the screen. How do add more ledges and extend the background?

-make sure that you sprite has a collision
-and that it lines up with the other ledges (e.g when the character is in the front of the sprite, he wont recognize the collision)

To extend the background you just have to add another sprite or scale the old one (but then the texture will be streched) :slight_smile: