#godot #demo #demos #quickstart #projects

Aaron Franke 20a515153f Add links to the Asset Library after release 3.2-5bd2bbf 4 年之前
.github 2259303ee7 Check for updates to GitHub Actions every weekday 4 年之前
2d fc54dd9c23 Fix README files, especially in Android IAP demos 4 年之前
3d 1aaa8e1fc6 Replace Collada .dae file with a Blend file 4 年之前
audio 918a289ee2 Format files using updated file_format.sh 5 年之前
gui 20a515153f Add links to the Asset Library after release 3.2-5bd2bbf 4 年之前
loading 918a289ee2 Format files using updated file_format.sh 5 年之前
misc fc54dd9c23 Fix README files, especially in Android IAP demos 4 年之前
mobile fc54dd9c23 Fix README files, especially in Android IAP demos 4 年之前
mono 20a515153f Add links to the Asset Library after release 3.2-5bd2bbf 4 年之前
networking 20a515153f Add links to the Asset Library after release 3.2-5bd2bbf 4 年之前
plugins 918a289ee2 Format files using updated file_format.sh 5 年之前
viewport fc54dd9c23 Fix README files, especially in Android IAP demos 4 年之前
visual_script fc54dd9c23 Fix README files, especially in Android IAP demos 4 年之前
.editorconfig dd11042d95 fix Dodge the Creeps 5 年之前
.gitattributes fe9fd7d7e4 Update gitignore for 4.x and add gitattributes 5 年之前
.gitignore fe9fd7d7e4 Update gitignore for 4.x and add gitattributes 5 年之前
LICENSE.md 35d44b5d85 Remove trailing space characters in the formatting script 5 年之前
README.md abe1b0f367 Add instructions on importing all projects at once in the README 5 年之前
file_format.sh fe9fd7d7e4 Update gitignore for 4.x and add gitattributes 5 年之前

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.

Useful links

License

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