An open API service indexing awesome lists of open source software.

https://github.com/ggross98/godot-gametemplate

Game template for starters. Made with Godot 4 and C#.
https://github.com/ggross98/godot-gametemplate

csharp game gamedev godot template

Last synced: over 1 year ago
JSON representation

Game template for starters. Made with Godot 4 and C#.

Awesome Lists containing this project

README

          

# Godot-Game-Template
Currently, most of the Godot tutorials and templates are developed using gdscript. I created this repository to help people who want to develop games with C#, especially those who are transitioning from Unity to Godot.
## Contents
* The project is built for Godot 4.4 and .Net 8.0.
* A simple main menu and scene switch method.
![](screenshots/menu.png)

* An option menu for video and audio settings.
* AudioManager for music and sound effects.
* Save and load the options as .ini configuration file.
![](screenshots/options.png)

* A simple pause panel for gameplay scenes.
![](screenshots/pause.png)

## How to use
* Clone the project and open .project file with Godot.
* No addons or plugins are required.