https://github.com/TRUINGLol/DotnetQuestSystem
Simple implementation of a quest system on dotnet with an interface for godot
https://github.com/TRUINGLol/DotnetQuestSystem
game-development gamedev godot godot-addon godot-plugin library quest-manager quest-system unity
Last synced: 7 months ago
JSON representation
Simple implementation of a quest system on dotnet with an interface for godot
- Host: GitHub
- URL: https://github.com/TRUINGLol/DotnetQuestSystem
- Owner: TRUINGLol
- License: mit
- Created: 2025-05-04T16:53:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-13T08:53:06.000Z (about 1 year ago)
- Last Synced: 2025-09-05T17:58:32.620Z (9 months ago)
- Topics: game-development, gamedev, godot, godot-addon, godot-plugin, library, quest-manager, quest-system, unity
- Language: C#
- Homepage: https://godotengine.org/asset-library/asset/3996
- Size: 29.3 KB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- License: LICENSE
Awesome Lists containing this project
- awesome-godot - DotnetQuestSystem - A simple implementation of a quest system on .NET with an interface for Godot. (Plugins and scripts / XR)
README
DOTNET QUEST SYSTEM
[](https://godotengine.org/)
[](https://github.com/godotengine/awesome-godot)

# Simple quest system for Godot
DotnetQuestSystem - is a simple and powerful [Godot](https://godotengine.org/) add-on that greatly speeds up the process of creating a quest system. Its clean API, written in C#, allows you to quickly integrate quest mechanics into your games.
## Features
* 🌈 Easy to use API
* 🧩 Support for custom quests
* 📋 Tested API with [Xunit](https://xunit.net/)
* 📚 Detailed documentation to help you get started quickly.
* 🔍 C# Based API
## Installing
1. Download a copy of the `addons` folder
2. Copy the `addons` folder from the downloaded file to your project directory
3. Activate the addon in the editor `Project -> Project Settings -> Plugins`
## Documentation
More detailed API documentation can be found in the `docs` folder.
## Support and Contributions
If you think you have found a bug or have a feature request, create new issue. Try to be as detailed as possible in your issue reports.
If you are interested in contributing fixes or features, please read [contributors](docs/contributing.md) guide first.