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#.
- Host: GitHub
- URL: https://github.com/ggross98/godot-gametemplate
- Owner: Ggross98
- Created: 2025-03-04T02:20:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-08T14:41:57.000Z (over 1 year ago)
- Last Synced: 2025-04-08T15:43:01.706Z (over 1 year ago)
- Topics: csharp, game, gamedev, godot, template
- Language: C#
- Homepage:
- Size: 248 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

* 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.
* No addons or plugins are required.