#godot #demo #demos #quickstart #projects

Aaron Franke d1ba41da5d 2.5D Editor Viewport for Mono C# 5 năm trước cách đây
.github cc68af17af 2.5D Editor Viewport for GDScript 5 năm trước cách đây
2d 853565d1be Tweak the platformer demos, particularly physics platformer 5 năm trước cách đây
3d 399de3e954 Organize 3D platformer demo files 5 năm trước cách đây
audio a45b84a5ad Handle multiple resolutions in most demos 5 năm trước cách đây
gui a76d9471f4 Add a simplified version of input remapping 5 năm trước cách đây
loading 463da9948f Update and improve background load demo 5 năm trước cách đây
misc cc68af17af 2.5D Editor Viewport for GDScript 5 năm trước cách đây
mono d1ba41da5d 2.5D Editor Viewport for Mono C# 5 năm trước cách đây
networking b310877037 Update other networking demos, with style fixes 5 năm trước cách đây
plugins 7e96ba1a6a Update plugin demos 5 năm trước cách đây
viewport 001e51d2d3 Merge pull request #413 from Calinou/add-viewport-3d-scaling-demo 5 năm trước cách đây
visual_script da157f6d0e Update VisualScript demos for Godot 3.2 5 năm trước cách đây
.gitignore 3bf7046184 FUNDING, issue template files, and update gitignore 6 năm trước cách đây
LICENSE.md 827d67b2ab Update README and LICENSE 5 năm trước cách đây
README.md abe1b0f367 Add instructions on importing all projects at once in the README 5 năm trước cách đây

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.