A Simple Dialog Quest System For Unity
In this tutorial I will go over how to create your own quest system for Unity. We will also create a simple dialog box to display the quest to the player. The system will use XML to store dialog data and allow for different dialogs to be loaded on the fly.
Difficulty: Medium, you should have a intermediate understanding of C#, data structures, the Unity Scene Editor, Game Objects, and Prefabs.
Version: Unity 5.3.5.
Read the full tutorial here: https://www.jonathanyu.xyz/2016/07/08/a-simple-dialog-quest-system-for-unity/