Demonstration and Template Projects
Go to file
Aaron Franke f3c8885d8f
Merge pull request #444 from aaronfranke/truck-town-tres
Convert materials to tres format in Truck Town
2020-03-13 15:12:15 -04:00
.github Improve the issue template and add a PR template 2020-03-11 18:52:44 -04:00
2d Tweak 2D navigation polygon demo camera and remove RPG unused files 2020-03-12 22:04:42 -04:00
3d Convert materials to tres format in Truck Town 2020-03-13 06:19:13 -04:00
audio Add README files to audio demos 2020-03-09 03:54:32 -04:00
gui Add README files to GUI demos 2020-03-09 04:26:24 -04:00
loading Add README files to loading and multiplayer demos 2020-03-09 05:06:17 -04:00
misc Add README files to most of the misc demos 2020-03-09 05:39:32 -04:00
mono Fix C# project files for Dodge the Creeps 2020-03-12 20:44:42 -04:00
networking Add README files to loading and multiplayer demos 2020-03-09 05:06:17 -04:00
plugins
viewport Add README files to Viewport demos 2020-03-09 03:54:32 -04:00
visual_script Add README to and fix Circle Pop demo 2020-03-09 03:54:32 -04:00
.gitignore
LICENSE.md
README.md Add instructions on importing all projects at once in the README 2020-02-20 22:11:57 +01:00

README.md

Godot demo projects

Each folder containing a project.godot 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 the latest stable Godot version (currently 3.2).

  • If you are using an older version of Godot, use the appropriate branch for your Godot version:

    • 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.