Skip to content

CSharpGodotTools/Template

Repository files navigation

github_banner

GitHub stars GitHub forks License GitHub last commit Contributors GitHub watchers Discord

Requirements

Setup

Clone Template with required submodules.

git clone https://github.com/CSharpGodotTools/Template && cd Template && git submodule update --init addons/Template addons/GodotUtils addons/Visualize addons/imgui-godot

Optionally download genres.

git submodule update --init "Genres/2D Top Down"
git submodule update --init "Genres/3D FPS"
git submodule update --init "Genres/2D Platformer"

Run the main scene and fill in the fields.

Setup Preview

Link to FAQ

Features

Hot Features

WIP Features

  • 3D FPS Scene - Minimal first-person shooter scene with character controller and pre-made weapon animations.
  • 2D Top Down Scene - A dungeon scene with enemies, room transitions and working multiplayer.
  • Inventory - A WIP re-creation of my old inventory system.
  • Draggable Nodes - Make any node draggable.
  • State Manager - Implement states using delegates.
  • Mod Loader - Half-working mod loader.

Contributing

Want to contribute? Start by looking here!

Thank you Brian Shao for helping with cross-platform compatibility.

Releases

No releases published

Packages

No packages published

Languages