Third Person Camera
by JeanKouss
176
Godot Third Person Camera
A Third Person Camera for Godot4.
๐ Table of Contents
- Godot Third Person Camera
- ๐ Table of Contents
- โ About
- ๐งค How to use ?
- ๐ Documentation
- Camera3D Properties
โ About
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
๐งค How to use ?
Adding to the scene
- Add the scene
ThirdPersonCamera.tscn
located ataddons\third-person-camera\third_person_camera
as a child from your character node, or any other node you want the camera to be attached to. - Tweak the properties to fit your need.
Previewing
- Click the "Third Person Camera" button located at the bottom of the editor to open the preview panel.
- Select a
ThirdPersonCamera
node
๐ Documentation
Take a look at the documentation in the wiki
Camera3D Properties
All Godot Camera3D
Properties are available. You can access the camera node by get_camera()
method. Also, its exported variables are available in the editor.
Download
Version1.5.0
Download Now
Support
If you need help or have questions about this plugin, please contact the author.
Contact Author