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

Aaron Franke ce786f4955 Add .DS_Store to the .gitignore file 3 년 전
.github ac7a08a286 Bump actions/checkout from 2 to 3 3 년 전
door 95810ba05e Use physical key inputs for player movement 3 년 전
effects_shared 95810ba05e Use physical key inputs for player movement 3 년 전
enemies 65de4fd244 Fix a crash in the _process method (#126) 3 년 전
level 95810ba05e Use physical key inputs for player movement 3 년 전
main ab16a938f9 Add a bloom quality setting 4 년 전
menu 95810ba05e Use physical key inputs for player movement 3 년 전
player 95810ba05e Use physical key inputs for player movement 3 년 전
screenshots c8b75a1263 Optimize PNG images using oxipng 4 년 전
.gitattributes 65c79f0a29 Update gitignore, CI script, and repo metadata 4 년 전
.gitignore ce786f4955 Add .DS_Store to the .gitignore file 3 년 전
LICENSE.md d52fe4bb89 Update README for the new 3.2 branch 4 년 전
README.md 0aae391a5d Update README for the new 3.3 branch 3 년 전
default_bus_layout.tres 5bd97e7712 Remake the level using GLTF and compound colliders 5 년 전
default_env.tres caac12635f Update default_env.tres to the Godot 3.1/3.2 default environment 5 년 전
file_format.sh 65c79f0a29 Update gitignore, CI script, and repo metadata 4 년 전
icon.png c8b75a1263 Optimize PNG images using oxipng 4 년 전
icon.png.import 95810ba05e Use physical key inputs for player movement 3 년 전
project.godot 95810ba05e Use physical key inputs for player movement 3 년 전

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.