ironicnet / godot-third-person-camera

A Third Person Camera for Godot Engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Godot Third Person Camera

Godot third person camera icon

A Third Person Camera for Godot4.

Status GitHub Issues GitHub Pull Requests License

πŸ“ Table of Contents

❓ 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 ?

  1. Add the scene ThirdPersonCamera.tscn located at addons\third-person-camera\third_person_camera as child for you character node.
  2. Twerk the properties to fit you need.

πŸ“– Documentation

Take a look at the documentation in the wiki

Camera3D Properties

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.

Camera3D properties image

About

A Third Person Camera for Godot Engine

License:MIT License


Languages

Language:GDScript 100.0%