Skip to content

Godot 3.x basic starter project with some predefined settings to achieve an high quality look

License

Notifications You must be signed in to change notification settings

hgouveia/godot-blank-starter-template-3d

Repository files navigation

Blank Starter Template (3D)

This template aims to gives a basic starter project with some predefined settings to achieve an high quality look

For Godot 3.1 and above

- Warning: this template is meant to be used for hight quality look, a high end pc is required, this might not work well in a low spec machine or integrated graphics card

Project Settings:

Extras:

  • .gitignore for version control
  • Basic WASD camera navigation
  • editor_layout.cfg, to reproduce the same layout as in the screenshot, this needs to be copy into %APPDATA%/Godot/projects/REPLACE_WITH_YOUR_PROJECT

Tips:

  1. Use GIProbe to improve quality

  2. Disable View Grid and GIProbe from the viewport options, this will hide the giprobe green box, and the grid is not needed since we have a floor mesh with grid texture (but you might need enable it for snapping)

  3. Adjust the Grid material UV1 to fit better the grid, set always half of the mesh side ,

    • ex: Mesh Size X : 128 , Grid UV1 X: 64
  4. MSSA, SSAO, SSR are set at medium quality, this can be increase for better quality, or reduce for perfomance

  5. You might need to diabled SSR from the enviroment settings to increased the performance if you enviroment doesnt has too much reflections

  6. Remove the docs folder from your project and change the README.md

  7. Activate Fallback to GLES2 to support older hardware but keep in mind this will change the look of the scene

About

Godot 3.x basic starter project with some predefined settings to achieve an high quality look

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published