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.
Click Run Setup to restart Godot with your template ready to go.
Delete Framework and addons/imgui-godot folders and initialize them as submodules to fetch updates.
git init && git submodule add https://github.com/CSharpGodotTools/Framework Framework && git submodule add https://github.com/CSharpGodotTools/imgui-godot-csharp addons/imgui-godot


