Godot Third Person Shooter with high quality assets and lighting
#godot #project #sample #demo #third-person

Aaron Franke 06f7db3e8d [3.2] Update README for the new 3.3 branch 3 anos atrás
.github 65c79f0a29 Update gitignore, CI script, and repo metadata 4 anos atrás
door 79e878dd5f Fix player step sound 4 anos atrás
effects_shared a90fd6ad79 Reworked red enemy projectile 4 anos atrás
enemies 79e878dd5f Fix player step sound 4 anos atrás
level 79e878dd5f Fix player step sound 4 anos atrás
main ab16a938f9 Add a bloom quality setting 5 anos atrás
menu 235d9a912f Cache shaders on the menu 4 anos atrás
player 79e878dd5f Fix player step sound 4 anos atrás
screenshots c8b75a1263 Optimize PNG images using oxipng 5 anos atrás
.gitattributes 65c79f0a29 Update gitignore, CI script, and repo metadata 4 anos atrás
.gitignore 65c79f0a29 Update gitignore, CI script, and repo metadata 4 anos atrás
LICENSE.md d52fe4bb89 Update README for the new 3.2 branch 4 anos atrás
README.md 06f7db3e8d [3.2] Update README for the new 3.3 branch 3 anos atrás
default_bus_layout.tres 5bd97e7712 Remake the level using GLTF and compound colliders 5 anos atrás
default_env.tres caac12635f Update default_env.tres to the Godot 3.1/3.2 default environment 5 anos atrás
file_format.sh 65c79f0a29 Update gitignore, CI script, and repo metadata 4 anos atrás
icon.png c8b75a1263 Optimize PNG images using oxipng 5 anos atrás
icon.png.import f801291f22 Update .import files for current Godot 3.1 6 anos atrás
project.godot 235d9a912f Cache shaders on the menu 4 anos atrás

README.md

Third Person Shooter Demo

Third person shooter demo made using Godot Engine.

Check out this demo on the asset library: https://godotengine.org/asset-library/asset/678

Screenshot of TPS demo

Godot versions

  • The master branch is compatible with the latest stable Godot version (currently 3.4.x).
  • If you are using an older version of Godot, use the appropriate branch for your Godot version:

    • 3.3 branch for Godot 3.3.x.
    • 3.2 branch for Godot 3.2.2 or 3.2.3.
    • 3.2.1 branch for Godot 3.2.0 or 3.2.1.
    • 3.1 branch for Godot 3.1.x.

Note: The repository is big and asset importing not well optimized yet, so expect a high wait time when opening the project for the first time.

Git LFS

Git LFS is no longer required for the current master branch. You only need Git LFS if you are checking out the 3.1 or 3.2.1 branches. Those branches have instructions for Git LFS in their README files.

Running

You need Godot Engine to run this demo project. Download the latest stable version from the website, or build it from source.

You can either download from the Godot Asset Library, clone this repository, or download a ZIP archive.

Useful links

License

See LICENSE.md for details.