I noticed that after implementing the ladder in lecture 16_TV_UY2 the character won’t jump if it is touching the ladder.
I’m pretty sure this could be fixed by changing the If-statement to include that a player is allowed to jump while touching a ladder or ground but I was wondering what causes this?
The boolean IsTouchingGround is true eventhough the player is also touching the ladder while standing underneath it.
I haven’t bothered to thoroughly debug this yet but I was wondering if anyone knew what the problem was and if there’s a simple solution.