01 The Godot Editor - CoderDojo-Ennis/ScratchyGodot GitHub Wiki
Documentation
Godot Docs description of the editor features
Interface Tour Video by Maker Tech
Walkthrough
- Install the latest version of Godot (currently 4). If this fails, try the following:
- Download my Godot Launcher app to the same folder where your godot exe files are located. Run the launcher and it will try to run Godot with different settings that may work.
- Use the web based editor
- install version 3
- 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
- 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