This is a guide on how to use, modify, and create quests.

Quest Manager

The Quest Manager is a singleton named QUEST_MANAGER. There is only one Quest Manager in the project, currently located in the Manager Dialogue scene.

Quest Types

Currently, there are 5 quest types:

Quest Creation

Quests are now based off scriptable objects instead of game object components. First, open the folder Assets/Resources/Quests in the project panel. Next, right click inside the project panel and select the Create menu, then the New Quest menu, and finally pick the appropriate quest type. Additionally, you can create sub-folders inside the quest folder to organize quest files, however, quests are identified by their file name which must be unique.

The following parameters exist on all quest types: