Skip to content
Shop

CommunityJoin Our PatreonDonate

Sponsored Ads

Sponsored Ads

Make A 3D Third Person Game in Godot

Coming Soon...

You will learn how to make a 3D third person game in Godot.

What you will need:

Objects

Character

An animated controllable object.

ColumnTypeDescription
uuidintunique id for the project
nametextname of the project
descriptionstrdescription of the project

NPC

An animated character that cannot be controlled

ColumnTypeDescription
uuidintunique id for the project
nametextname of the project
descriptionstrdescription of the project

Static Object

A object that cannot be interacted with

ColumnTypeDescription
uuidintunique id for the project
nametextname of the project
descriptionstrdescription of the project

Requirements

Functional Requirements

  • Walk
  • Jump
  • Run
  • Crouch
  • Idle
  • Collection
  • Cut Scenes

Non Functional Requirements

  • Beautiful - Great looking graphics
  • Stable - No bugs (unless it's on purpose 😃
  • Lightweight - can run on any computer (optimized)

Technical Requirements

  • TBA

Gameplay

Coming Soon

Create a new Godot Project

Create a new Godot project folder.

The Code

Set up instructions here

python
coming soon

Publish to itch.io

Coming Soon

Resources