top of page
Quest and Quest chain system
Playthrough Video
Project Name: Quest and Quest chain system
Technology: Unity Engine
Type: Solo Project
Description:
This is a standalone quest system designed in Unity. This system uses CSV file to store quest data, while parsing and extraction of quests are done using is C# scripts. The system can be imported in any game and the code is written in such a way that very less coupling will be required while merging the code.
Each quest has variables attached to it which defines whether the quest is obtainable or not, whether the quest is a part of a quest chain or not, which NPC provides this quest to the player etc.
The whole playthrough of - how this code looks in action - is shown in the video above.
bottom of page