A Third Person Camera for Godot4.
- Godot Third Person Camera
- 📝 Table of Contents
- ❓ About
- 🧤 How to use ?
- 📖 Documentation
- Camera3D Properties
This is a ready-to-use third person camera for your 3D games. It is also highly configurable and its configurability allows you to use it in multiple ways :
- Dynamic Follow
- Fixed Perspective
- Shoulder View
- Over-The-Shoulder View
Adding to the scene
- Add the scene
ThirdPersonCamera.tscnlocated ataddons\third-person-camera\third_person_cameraas child for you character node or any other node you want the camera to be attached to. - Twerk the properties to fit you need.
Previewing
- Click the "Third Person Camera" button located at the bottom of the editor, to open the preview panel.

- Select a
ThirdPersonCameranode
Take a look at the documentation in the wiki
All Godot Camera3D Properties are available. You can access to camera node by get_camera() method. Also, it exported variables are available in the editor.
