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
Climb'n'glide character controller
A character controller for Godot 4 with run, jump, climb, glide, optional stamina, and interactables.
Supported Engine Version
4.0
Version String
0.2
License Version
MIT
Support Level
community
Modified Date
2 years ago
Git URL
Issue URL
g4 climb'n'glide character controller
A character controller for Godot 4 with run, jump, climb, glide, optional stamina, and interactables.
Installation
- Clone or download the repo
- put the addons/g4climbnglide folder in your project's addons folder
- add addons/g4climbnglide/QuickActionList.gd to your project's autoload scripts in project settings
- make sure your inputmap defines the following actions:
- "move_forward"
- "move_backward"
- "move_left"
- "move_right"
- "jump"
- "action"
- "dash"
A character controller for Godot 4 with run, jump, climb, glide, optional stamina, and interactables.
Reviews
Quick Information
Climb'n'glide character controller
A character controller for Godot 4 with run, jump, climb, glide, optional stamina, and interactables.
Supported Engine Version
4.0
Version String
0.2
License Version
MIT
Support Level
community
Modified Date
2 years ago
Git URL
Issue URL