Hello, I am currently trying to make a 2D platformer racing game and wanted to include some parkour mechanics. One of those mechanics is a ledge grab. When looking for one, I found Foozle CC's video on a platformer state machine, which contained exactly what I needed.
I watched that video three times to try to understand the code he had before downloading the example project so I could try to recreate it.
Now I have almost the exact same code on my character as he has on his but for some reason my character doesn't grab the ledge when facing left and when it does grab the ledge when facing right sometimes it will float above the level instead of staying in place next to the ledge.
I have created a sample project with my character and code and Foozle CC's character and code in the same level to show my problem. Thank you to anyone who can help me.
Here is the sample project https://drive.google.com/file/d/1YyqaSQoN4wvrE6H_cIyAGTJ57LoqX4TQ/view?usp=sharing