I noticed that in that project, the character has no problem ascending small steps, so I was going to look through the code and see what could be causing that, because I can’t make a character go up small steps well to save my life.
Problem is, since the old Lerpz tutorial is severely outdated, it’s no longer available anywhere.
If anyone knows where I can find the files, or at least the main code for the character, that would be great.
Thanks
Upon further inspection, the character can go up steps because he does not react to any slope of any angle…
Dang
Don’t use a collider for each ‘step’. Create one box collider for the steps that looks like a ramp.
Not only is this better for performance, your character will cruise smoothly up the steps with no problem
I’m fully aware of that trick, but what if it isn’t a staircase?
What if you try to enter a upwards ramp from the side? There is a small edge there that you will get hung up on.
Then you’ll need to get your 3D artist to create your meshes and their colliders so it all works favourably.
Edit:
(I’m going to start a new topic about this)