Loading...
101
2 years ago

After researching different ways to handle stairs in Godot, I finally got it working last night! It's choppy and probably not the best implementation, but it will suffice for now and let me focus on other things! 😁


For anyone struggling with stairs in Godot, at least in 4.1.1, you can easily fix it by adding another CollisionShape3D to your CharacterBody3D node and use a SeparationRayShape3D as its shape. From there, move the new CollisionShape3D to the height of the step and set its length to the difference between it and the floor and rotate the CollisionShape3D to point it down towards the floor. Make sure if you have another collider on your CharacterBody3D that you move it or shrink it to be just above the new CollisionShape3D.

Basically, if you have a capsule for your player and the floor is -1 from the transform.origin of the player node, set your new CollisionShape3D to whatever the maximum height of your step will be above the floor and the length to that height as well.

It'll pretty much work instantly after that as the SeparationRayShape3D will push your CharacterBody3D up to the level of the step once it collides with it. It makes for a pretty simple way to handle stairs and you should be able to tweak it to how you need it.

I might make an actual tutorial video on how to do this as I have not found just a straightforward example of how this works. We have to share our knowledge so we can all grow and build the games we want to build.



2 comments

Loading...

Next up

sup dudes im a dolphin 🐬

Looks like Humble Bundle is running a bundle on some Blender assets and 3D models. Might be worth a look-see for gamedev and the like?

https://www.humblebundle.com/software/blender-markets-essential-…

this project probably looks familiar, but it's likely the 4th rewrite since the last time I posted here... only this time I added a ball you can kick around, so I'm probably not going to make anymore progress as I'll be stuck kicking this ball around...

Did you miss out on any of the games we highlighted from Steam Next Fest? They're all listed in the article. Check out their demos before Next Fest ends!

You can make around 1m or more gold by unaliving chickens in RuneScape north of Lumbridge and storing the loot in the bank chest just to the south. It's a no-brainer if you need gold fast, and pretty much anyone can do it from the very beginning.

Akatori is an epic metroidvania where you wield your staff to fight, jump, and explore diverse realms across different eras.

It's also one of the games that's part of Steam Next Fest!

Play the Steam Next Fest demo now: https://bit.ly/Akatori

It's been 6 years since the announcement teaser was released, and 13 years since Skyrim... come on, Bethesda! 😭

Given how Starfield turned out, though, I'm kinda worried about TESVI. 😬

Way to make me feel old, @gamejolt .

Oh who am I kidding? We're all getting old.

Take a trip to Nostalgia Land in @JacksonG13 's Sky World 64, a cozy sandbox game that harkens back to the 64-bit era.

This survival experience takes heavy inspiration from Minecraft’s Skyblock!

Play the Steam Next Fest demo now: https://bit.ly/SkyWorld64

I think my third-person camera and player controller is done. 👀 Now I can finally move on to the next functionality to implement!