A simple and flexible quest system will help you realize all your ideas without Events and a bunch of extra code in your logic!My asset is an independent system for implementing quests.>>DocumentationFeatures:Quest logic does not require MonoBehaviour to be inherited.Activation / Progress / Completion of the desired quest is done in one line.Easy to understand interface with a list of all quests in the project.Does not require connection of other libraries.Open source without DLL allows you to change or improve the things you need.Automatic creation of logic scripts, search for project files and much more will allow you not to be afraid that your project will break due to the transfer of some file!Usage:You have / will have a project that needs a quest systemImport this plugin into the projectCreate quests through custom UI menuCode and add custom logic for your questsActivate the quest from anywhere in your project's codeThe project has a demo with an implementation exampleFor Programmers:Includes complete, documented C# source codeClear documentationDocumented C# source codeSystem works in a separate NamespaceFully working interface created with UI ToolkitEasy to integrate