/rigidbody-character-controller

A RigidBody-based character controller for Godot.

Primary LanguageGDScriptMIT LicenseMIT

header image

About

This is a relatively simple first-person Character controller for the Godot game engine that features walking, jumping, sprinting, sliding and crouching.

Controls
  • WASD - move
  • Mouse - look around
  • Ctrl - slide / crouch
  • Shift - sprint

Project Structure

The character scene and scripts are found in /Character/. The testing scene (Main.tscn) is just randomly thrown together and under development.