01 The Godot Editor - CoderDojo-Ennis/ScratchyGodot GitHub Wiki

image

Documentation

Godot Docs description of the editor features

Interface Tour by Kodeco

Interface Tour Video by Maker Tech

Walkthrough

  1. Install the latest version of Godot (currently 4). If this fails, try the following:
  2. The Project Manager is the first thing you see when starting Godot. Click New Project, enter a name for your project, and create a blank folder to store your project. Press Create and Edit
  3. Note the different panels in the UI
    • Scene panel structures what is in the currently selected scene
    • Main 2D/3D/Script window
    • FileSystem holds all of the content for your game
    • Inspector holds the details of the currently selected node in the Scene