How do I make the player automatically rest at the jump through platform after reaching the top of a ladder?
What is the expected result
After reaching the top of the ladder, the player should automatically sit at the jump through object without any other movement inputs
What is the actual result
I noticed that I need to have an movement input when the player is on top of the ladder to make it sit on the jump through platform. Basically if I want the player to sit on the platform, I need to hold the climbing movement and combine it with left or right at the top of the ladder which is little annoying.
hi - i had a play about today
the logic attached to ladders and jumpthrus drives me up the wall. This solution doesnt use a jumpthru at the top and sets a boolean to true when you reach the top of the ladder. It was a bit of a pain allowing to jump at the top …which is why the logic looks a little elaborate!
the point ‘Point’ is about 5pix below the base of the character and the origin is in the center.