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

A simple to use class that enables your CharacterBody3D to handle stairs and custom gravity direction properly.***### InstructionsUse my script template to understandUse instead move() instead of move_and_collide()Use local_velocity instead of velocity
AdvancedCharacter
A simple to use class that enables your CharacterBody3D to handle stairs and custom gravity direction properly.
Instructions
- Use my script template to understand
- Use instead move() instead of move_and_collide()
- Use local_velocity instead of velocity
A simple to use class that enables your CharacterBody3D to handle stairs and custom gravity direction properly.
***
### Instructions
Use my script template to understand
Use instead move() instead of move_and_collide()
Use local_velocity instead of velocity
Reviews
Quick Information

A simple to use class that enables your CharacterBody3D to handle stairs and custom gravity direction properly.***### InstructionsUse my script template to understandUse instead move() instead of move_and_collide()Use local_velocity instead of velocity