Demonstration and Template Projects
Go to file
Rémi Verschelde 9537d1fc99
Update README for new branches, matches Godot upstream
(cherry picked from commit c0180d20d1)
2023-02-28 18:37:29 +01:00
2d Update Space Shooter demo to 2.1.5 2018-08-02 18:03:42 +02:00
3d 3D/platformer: Adjust Player's collision capsule 2017-09-03 14:48:38 +07:00
gui [2.1] Update README for the new 3.2 branch 2021-04-04 01:15:25 -04:00
misc Examples about (multi)touch events 2017-12-07 03:42:48 +01:00
plugins Expose ResourceImportMetadata::set_source_md5 for script 2016-06-03 18:45:44 +08:00
viewport Remove systematic "Init(i)alization here" from _ready() 2015-12-09 08:39:12 +01:00
.editorconfig [2.1] Update README for the new 3.2 branch 2021-04-04 01:15:25 -04:00
.gitattributes [2.1] Update README for the new 3.2 branch 2021-04-04 01:15:25 -04:00
.gitignore [2.1] Update README for the new 3.2 branch 2021-04-04 01:15:25 -04:00
LICENSE.md [2.1] Update README for the new 3.2 branch 2021-04-04 01:15:25 -04:00
README.md Update README for new branches, matches Godot upstream 2023-02-28 18:37:29 +01:00

README.md

Godot demo projects

Each folder containing an engine.cfg file is a demo project meant to be used with Godot Engine, the open source 2D and 3D game engine.

Godot versions

  • The master branch is compatible with Godot's master development branch (next 4.x release).
  • The 3.x branch is compatible with Godot's 3.x development branch (next 3.x release).
  • The other branches are compatible with the matching stable versions of Godot:
    • 4.0 branch for Godot 4.0.x.
    • 3.5 branch for Godot 3.5.x.
    • 3.4 branch for Godot 3.4.x.
    • 3.3 branch for Godot 3.3.x.
    • 3.2 branch for Godot 3.2.x.
    • 3.1 branch for Godot 3.1.x.
    • 3.0 branch for Godot 3.0.x.
    • 2.1 branch for Godot 2.1.x.

Importing all demos

To import all demos at once in the project manager:

  • Clone this repository or download a ZIP archive.
    • If you've downloaded a ZIP archive, extract it somewhere.
  • Open the Godot project manager and click the Scan button on the right.
  • Choose the path to the folder containing all demos.
  • All demos should now appear in the project manager.

License

Those demos are distributed under the terms of the MIT license, as described in the LICENSE.md file.