This example repository is meant to kick-start any 3rd person controller game in Godot 4 without having to recreate all the bases.
This was developed following the awesome Godot 4.0 Third Person Controller Tutorial ( 2023 ) video tutorial by Lukky.
Assets are from Mixamo.
Additional improvements from the tutorial code were added. Thanks to:
- Smooth player visuals rotation:
- Original comment from @archums. (Twitter)
- Code correction from @thaisonlecong9328
- Camera clamp: @Jingleboy14