Skip to content

3D Intro

This is a guide for making a 3-dimensional game in Godot. If you are unfamiliar with Godot, check out the Godot basics doc.

Making the project is just as easy as 2D. (check back on the [2D intro] if you need help setting up again)

Godot new project window

Make sure your project is set to Forward+.

Create root node, 3D Scene highlighted

Set the root node to 3D and your project is set up!
Although, go ahead and save the scene with Scene > Save Scene so you have the scene file saved.

Contribute Donate