Install Godot
WAB-Project-1 targets Godot 4.7 or newer. Older 4.x builds may open the project but are not supported.
1. Download the editor
- Open godotengine.org/download.
- Get the Standard build, not the .NET / C# build, unless a maintainer asked you to use C#.
- Unzip or install it somewhere you can find (Applications on macOS, a folder on Windows).
You do not need Steam or the Asset Library to run the studio template.
2. Optional: put Godot on your PATH
Headless checks in the template need the godot command:
godot --version
On macOS the binary is often:
/Applications/Godot.app/Contents/MacOS/Godot
If that path works, you can alias it to godot in your shell.