- Home /
Climb Down Ladder in 2D Platformer Game
For my game, the player character requires to climb up and down ladders those are placed in the gameplay area.
At present, I can able to climb up for my player character to climb down at present I don't have anyway. Because platform box collider applied with platform effector, so for the climb up, effector does not create any problem but now after reaching the top, it becomes solid platform so now I can't able to move downside.
For climbing up, I have followed this tutorial. HOW TO MAKE 2D LADDERS IN UNITY - EASY TUTORIAL
Give me some help related to physics so I can reach downside to the ladder after reaching top.
Answer by Kermadec · Apr 05, 2019 at 02:22 PM
@siddharth3322 I haven't been able to watch the video just yet as I am at work, but I'm fairly certain all you'd need to do is reverse the process. ie have a collider/trigger that allows you to 'climb' the ladder but down instead of up. If I have time I'll give the vid a watch and try it for myself when I get back from work but maybe try this so long and let me know?
@$$anonymous$$ermadec thanks for your reply - at present, I have used platform effect to climb up and as I reach the top it becomes a solid platform, my ladder contains trigger collider. After reaching the top, now I want to move down - what exactly I require to do in reverse process? Because after reaching a top, the player can move left and right as well.