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
addonsfolder - Copy the
addonsfolder from the downloaded file to your project directory - Activate the addon in the editor
Project -> Project Settings -> Plugins
dotnet add package DotNetQuestSystem.CoreInstall-Package DotNetQuestSystem.Core- Right-click on your project in Solution Explorer
- Select "Manage NuGet Packages"
- Search for "DotNetQuestSystem.Core"
- Click "Install"
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.