Godot 4 2D top-down movement

How to make a 2D top-down character controller in Godot 4

A lot has changed in Godot 4. From rendering to the GD script. And this post is for those who are looking for a Godot 4 2D top-down character controller. We can create a 2D character controller using the new Godot 4 CharacterBody2D node. It is a 2D physics body node specialized for the characters moved by script. Video tutorial We will start by creating a separate scene for our player character....

January 15, 2023 · 5 min · 916 words · Govind Panchawat