Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser

Quick Information

Addon for creating procedural stairs in Godot Engine
CSGStairs
Addon for creating procedural stairs in Godot Engine
I made this to test my stair climbing mechanic for my character controller. Not intended for use in actual games.
Usage
Add the CSGStairs node from the node menu.
Add points by using Ctrl + left click, delete with right click.
Shift + left click and drag on points to control the curvature.
generate_bottom
Controls whether the stair generates a base to the path or not.
height
The maximum distance the stairs will generate away from the path.
width, step_height
¯\_(ツ)_/¯
stringer_material, riser_material, thread_material
Materials for the side/base, front and top of steps. Using a triplanar material is recommended (especially for the stringer). Stringer material will be used if the other materials are not assigned.
use_collision, collision_layer, collision_mask
Collision settings for the CSG node.
Addon for creating procedural stairs in Godot Engine
Reviews
Quick Information

Addon for creating procedural stairs in Godot Engine