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

https://github.com/ggross98/godot-menu-template

Game menu template with C# for Godot 4
https://github.com/ggross98/godot-menu-template

csharp game gamedev godot template

Last synced: over 1 year ago
JSON representation

Game menu template with C# for Godot 4

Awesome Lists containing this project

README

          

# Godot-GameTemplate-Menu
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
* 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 4.3.
* No addons or plugins are required.