Skip to content

2024's small template to start your Godot game. Featuring Unreal ThirdPerson example.

License

Notifications You must be signed in to change notification settings

DamienFremont/godot4-3dgame-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Goto 4.2 - Game Starter

License: MIT Twitter Follow "Buy Me A Coffee"

⚠️ WORK IN PROGRESS !!!

2024's small template to start your godotgame. Featuring Unreal ThirdPerson example.

Content


Screenshots

alt text

alt text

alt text

Features

  • Targets:
    • Win64 (Windows)
  • Graphics
    • ⌛ Render: [ ] PostProcessing Bloom, Filter FSR2
    • Camera: ThirdPerson
    • ⌛ Lighting: Real Time, [ ] Player Shadows
    • Meshes: Meshes, Textures, Shaders, Materials
    • ⌛ Sky: Color, Cubemap, [ ] Fog
  • World
    • Physics: [ ] hitbox, [ ] gravity
    • Simulation: Tick Systems
  • Scripting
    • Console
  • Animation
    • Character
  • Input
    • UI: lauch screen, settings menu
    • Control: Keyboard, Tank control
  • Other
    • launching screen

Repository layout:

├── assets
│   └── images
│   └── ...
├── docs
├── standalone
│   ├── desktop_win64
└── tools
│   └── ci

Install

Windows

  1. Download Godot 4 for Windows
  2. Unzip Godot

CI

Add Godot to classpath

alt text

alt text

alt text

Usage

Windows

  1. Start Godot.exe
  2. Import > godot4-3dgame-starter

CLI

  • Pros: basic, no Editor, CI friendly.
  • Cons: manual actions intensive.
.\tools\ci\release.bat

Resources

About

2024's small template to start your Godot game. Featuring Unreal ThirdPerson example.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published