DotnetQuestSystem - is a simple and powerful Godot 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.
- π Easy to use API
- π§© Support for custom quests
- π Tested API with Xunit
- π Detailed documentation to help you get started quickly.
- π C# Based API
- Download a copy of the
addons
folder - Copy the
addons
folder from the downloaded file to your project directory - Activate the addon in the editor
Project -> Project Settings -> Plugins
More detailed API documentation can be found in the docs
folder.
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 guide first.