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
- Host: GitHub
- URL: https://github.com/ggross98/godot-menu-template
- Owner: Ggross98
- Created: 2025-03-04T02:20:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-11T06:38:22.000Z (over 1 year ago)
- Last Synced: 2025-03-11T07:34:32.561Z (over 1 year ago)
- Topics: csharp, game, gamedev, godot, template
- Language: C#
- Homepage:
- Size: 237 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

* An option menu for video and audio settings.
* AudioManager for music and sound effects.
* Save and load the options as .ini configuration file.

* A simple pause panel for gameplay scenes.

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