This is an on-going project I've been working on. I know how hard it is to actually finish a game and I hope by making this, game development will be just a little bit easier.
- Multiplayer
- Templates
- Minimal 2D scene
- Minimal 3D scene
- FPS scene
- Performance
- Debugging
- Utilities
- .NET 10 SDK
- Latest Godot C# Release
- Custom ENet build may be required if using Mac or Linux
Download the latest release and open project.godot.
Tip
After extracting the .zip, delete the Framework and addons/imgui-godot folders and run the following command.
git init && git submodule add https://github.com/CSharpGodotTools/Framework Framework && git submodule add https://github.com/CSharpGodotTools/imgui-godot-csharp addons/imgui-godot
This will allow you to fetch updates without having to re-clone.
Ignore the warning about an addon failing to load and build the game with
and then enable the addon Setup Plugin in Project > Project Settings > Plugins
Click Run Setup to restart Godot with your template ready to go.


