GodotFirstPersonController
Basic First Person Controller for Godot 4
Install / Use
/learn @rbarongr/GodotFirstPersonControllerREADME
Godot 4 - Basic First Person Controller
This project contains the basic implementation of a First Person character controller for Godot 4.
The code found in player.gd uses vector forces to move the player. You can tweak the values of the forces in the editor directly. The velocity of the player is calculated as a result of the vector sum of different vector forces: walk, jump and gravity.
The main scene is a Sandbox scene used to test the controls:

Controls
| Keys | Action Name | Description |
|:------:|:-------------:|:-------------:|
| <kbd>W</kbd>,<kbd>A</kbd>,<kbd>S</kbd>,<kbd>D</kbd>, <kbd>left stick</kbd> | move_ + dir | Move |
| mouse, <kbd>right stick</kbd> | look_ + dir | Look/Aim |
| <kbd>Space</kbd>, <kbd>Xbox Ⓐ</kbd> | jump | Apply jump force |
| <kbd>ESC</kbd>, <kbd>Xbox Ⓑ</kbd> | exit | Close the game |
You can change any of this keys in: Project Settings → Input Map.
Related Skills
node-connect
345.9kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
106.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
345.9kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
345.9kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
