Project to have a basic third person scene for Godot 4 where to move a character on a simple plane. Aim to be used as a test scene to add 3D content. If added in a project, it should be able to be launched without any dependencies with F6
Go to file
2022-02-05 21:18:52 +01:00
maps Testing markers usages 2022-02-05 17:48:37 +01:00
player Adding CHAR_swim_slow and CHAR_swim_idle animations 2022-02-05 21:18:52 +01:00
UI Cleaning folders organization for clearer view of elements 2022-02-04 16:38:47 +01:00
.gitattributes Initial commit 2022-01-20 11:51:12 +01:00
.gitignore adding script to launch godot (download + launch) 2022-02-02 20:46:54 +01:00
.gitlab-ci.yml Add new file 2022-02-04 15:05:18 +01:00
icon.png Re-organize folders and new project icon 2022-01-20 17:59:04 +01:00
icon.png.import adding rotate camera and player follow direction 2022-02-03 00:01:07 +01:00
LICENSE Adding A-GPL/CC BY SA licensing to content 2022-02-02 14:54:05 +01:00
main.tscn Replacing starting place of player 2022-02-05 00:05:27 +01:00
project.godot adding fly 2022-02-05 19:59:03 +01:00
README.md Adding explanations about grid material 2022-02-02 16:25:25 +01:00
start-khanat-client.sh update script start-khanat-client.sh to e/force download/uncompress, and disable uncompress if target exist 2022-02-05 14:14:17 +01:00

Godot Third Person basic scene

Project to have a basic third person scene for Godot 4 where to move a character on a simple plane. Aim to be used as a test scene to add 3D content. If added in a project, it should be able to be launched without any dependencies with F6

Godot version used

Use only the official Alpha 1 Godot release : https://downloads.tuxfamily.org/godotengine/4.0/alpha1/

Tips & tricks

The character is roughly 1m70 tall.

The simple grid used is based on 50x50cm squares to give an idea of the scale and define texel density for objects. It is the simple_grid.material in /maps folder and is world triplanar to be used on any shape to check its scale.

Best practices

  • use only snake case for names